public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 01/17] QoS: Do not manually load iptables modules
@ 2019-10-14 16:46 Michael Tremer
  2019-10-14 16:46 ` [PATCH 02/17] QoS: Use Intermediate Functional Block Michael Tremer
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Michael Tremer @ 2019-10-14 16:46 UTC (permalink / raw)
  To: development

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

This should not be necessary and causes the script to
wait for two seconds.

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

diff --git a/config/qos/makeqosscripts.pl b/config/qos/makeqosscripts.pl
index bc460db92..f799b74a5 100644
--- a/config/qos/makeqosscripts.pl
+++ b/config/qos/makeqosscripts.pl
@@ -407,10 +407,6 @@ print <<END
 	###
 
 	### BRING UP $qossettings{'IMQ_DEV'}
-	if [ `lsmod | grep -q ipt_IMQ` ]; then
-		insmod ipt_IMQ
-		sleep 2
-	fi
 	modprobe imq numdevs=1 numqueues=\$(grep -c "^processor" /proc/cpuinfo || echo 1)
 	ip link set $qossettings{'IMQ_DEV'} up
 
-- 
2.20.1


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

end of thread, other threads:[~2019-10-14 16:46 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-14 16:46 [PATCH 01/17] QoS: Do not manually load iptables modules Michael Tremer
2019-10-14 16:46 ` [PATCH 02/17] QoS: Use Intermediate Functional Block Michael Tremer
2019-10-14 16:46 ` [PATCH 03/17] Revert "Make IMQ Switchable between PREROUTING and POSTROUTING" Michael Tremer
2019-10-14 16:46 ` [PATCH 04/17] QoS: Tidy up qdiscs after QoS is being stopped Michael Tremer
2019-10-14 16:46 ` [PATCH 05/17] QoS: Process incoming packets in PREROUTING only Michael Tremer
2019-10-14 16:46 ` [PATCH 06/17] QoS: Silence RRD tool warnings Michael Tremer
2019-10-14 16:46 ` [PATCH 07/17] QoS: Start qosd immediately Michael Tremer
2019-10-14 16:46 ` [PATCH 08/17] QoS: Do not delete egress qdisc after classes have been created Michael Tremer
2019-10-14 16:46 ` [PATCH 09/17] linux+iptables: Drop support for IMQ Michael Tremer
2019-10-14 16:46 ` [PATCH 10/17] QoS: Suppress an error message when cleaning up from previous runs Michael Tremer
2019-10-14 16:46 ` [PATCH 11/17] QoS: Move packet classification to FORWARD chain for ingress Michael Tremer
2019-10-14 16:46 ` [PATCH 12/17] QoS: Use CLASSIFY iptables target instead of MARK Michael Tremer
2019-10-14 16:46 ` [PATCH 13/17] QoS: Drop tc filter rules to move marked packets into the correct class Michael Tremer
2019-10-14 16:46 ` [PATCH 14/17] QoS: Drop support for subclasses Michael Tremer
2019-10-14 16:46 ` [PATCH 15/17] QoS: Drop support for setting TOS bits per class Michael Tremer
2019-10-14 16:46 ` [PATCH 16/17] QoS: No longer set TOS bits for ACK packets Michael Tremer
2019-10-14 16:46 ` [PATCH 17/17] QoS: Increase queue size and quantum for fq_codel Michael Tremer

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