]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/qos/makeqosscripts.pl
QoS: Do not try to unload any kernel modules
[people/pmueller/ipfire-2.x.git] / 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