mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Remove dirty logs
This commit is contained in:
parent
e9ca632745
commit
b00049aeb4
9 changed files with 871 additions and 0 deletions
6
qos-scripts/files/usr/bin/qos-stop
Executable file
6
qos-scripts/files/usr/bin/qos-stop
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
for iface in $(tc qdisc show | grep -E '(hfsc|ingress)' | awk '{print $5}'); do
|
||||
tc qdisc del dev "$iface" ingress 2>&- >&-
|
||||
tc qdisc del dev "$iface" root 2>&- >&-
|
||||
done
|
||||
/usr/lib/qos/generate.sh firewall stop | sh
|
Loading…
Add table
Add a link
Reference in a new issue