public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 01/10] QoS: Do not manually load iptables modules
@ 2019-10-21 15:48 Daniel Weismüller
  2019-10-21 15:48 ` [PATCH 02/10] QoS: Use Intermediate Functional Block Daniel Weismüller
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Daniel Weismüller @ 2019-10-21 15:48 UTC (permalink / raw)
  To: development

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

From: Michael Tremer <michael.tremer(a)ipfire.org>

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

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
Signed-off-by: Daniel Weismüller <daniel.weismueller(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 cddfa2772..053b32161 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.12.2


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

end of thread, other threads:[~2019-10-21 15:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-21 15:48 [PATCH 01/10] QoS: Do not manually load iptables modules Daniel Weismüller
2019-10-21 15:48 ` [PATCH 02/10] QoS: Use Intermediate Functional Block Daniel Weismüller
2019-10-21 15:48 ` [PATCH 03/10] QoS: Tidy up qdiscs after QoS is being stopped Daniel Weismüller
2019-10-21 15:49 ` [PATCH 04/10] QoS: Start qosd immediately Daniel Weismüller
2019-10-21 15:49 ` [PATCH 05/10] QoS: Do not delete egress qdisc after classes have been created Daniel Weismüller
2019-10-21 15:49 ` [PATCH 06/10] linux+iptables: Drop support for IMQ Daniel Weismüller
2019-10-21 15:49 ` [PATCH 07/10] QoS: Suppress an error message when cleaning up from previous runs Daniel Weismüller
2019-10-21 15:49 ` [PATCH 08/10] QoS: Drop support for subclasses Daniel Weismüller
2019-10-21 15:49 ` [PATCH 09/10] Revert "Make IMQ Switchable between PREROUTING and POSTROUTING" Daniel Weismüller
2019-10-21 15:49 ` [PATCH 10/10] QoS: Use CONNMARK to mark connections in connection tracking Daniel Weismüller

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