1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 19:19:18 +03:00
openwrt-xburst/package/qos-scripts/files/usr/bin/qos-stop

7 lines
156 B
Plaintext
Raw Normal View History

#!/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