finally move buildroot-ng to trunk
This commit is contained in:
6
package/qos-scripts/files/usr/bin/qos-stop
Executable file
6
package/qos-scripts/files/usr/bin/qos-stop
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
for iface in $(tc qdisc show | grep hfsc | awk '{print $5}'); do
|
||||
tc qdisc del dev "$iface" root
|
||||
done
|
||||
iptables -t mangle -F
|
||||
iptables -t mangle -X
|
||||
Reference in New Issue
Block a user