public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] QoS: Do not try to unload any kernel modules
@ 2021-11-02 10:53 Michael Tremer
  2021-11-17 20:15 ` Peter Müller
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Tremer @ 2021-11-02 10:53 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 591 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 config/qos/makeqosscripts.pl | 2 --
 1 file changed, 2 deletions(-)

diff --git a/config/qos/makeqosscripts.pl b/config/qos/makeqosscripts.pl
index 0694bb78c..3234ab366 100644
--- a/config/qos/makeqosscripts.pl
+++ b/config/qos/makeqosscripts.pl
@@ -510,8 +510,6 @@ print <<END
 	iptables -t mangle --flush  QOS-INC >/dev/null 2>&1
 	iptables -t mangle --delete-chain QOS-INC >/dev/null 2>&1
 
-	rmmod sch_htb >/dev/null 2>&1
-
 	for i in \$(ls \$RRDLOG/class_*.rrd); do
 		rrdtool update \$i \$(date +%s):
 	done
-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-19  6:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02 10:53 [PATCH] QoS: Do not try to unload any kernel modules Michael Tremer
2021-11-17 20:15 ` Peter Müller
2021-11-18 11:14   ` Michael Tremer
2021-11-19  6:26     ` Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox