]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
QoS: Do not try to unload any kernel modules
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 2 Nov 2021 10:53:10 +0000 (10:53 +0000)
committerPeter Müller <peter.mueller@ipfire.org>
Fri, 19 Nov 2021 06:30:26 +0000 (07:30 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
config/qos/makeqosscripts.pl

index 0694bb78cfd05eb8878e735ae61677c87c18b8ce..3234ab366d0546377253699936cd4c5dd0ef967e 100644 (file)
@@ -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