mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 01:42:58 +02:00
QoS: Do not try to unload any kernel modules
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
committed by
Peter Müller
parent
1f9adf14a7
commit
7091738a5c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user