Message ID | 20191021154906.24418-7-daniel.weismueller@ipfire.org |
---|---|
State | Superseded |
Headers | |
Series | [01/10] QoS: Do not manually load iptables modules | |
Commit Message
diff --git a/config/qos/makeqosscripts.pl b/config/qos/makeqosscripts.pl index 70c1c13a1..da298ace3 100644 --- a/config/qos/makeqosscripts.pl +++ b/config/qos/makeqosscripts.pl @@ -406,7 +406,7 @@ print <<END ### $qossettings{'IMQ_DEV'} ### - tc qdisc del dev $qossettings{'RED_DEV'} ingress + tc qdisc del dev $qossettings{'RED_DEV'} ingress >/dev/null 2>&1 tc qdisc add dev $qossettings{'RED_DEV'} handle ffff: ingress ### BRING UP $qossettings{'IMQ_DEV'}