init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enabl...
[openwrt.git] / package / qos-scripts / files / usr / bin / qos-stop
1 #!/bin/sh
2 for iface in $(tc qdisc show | grep hfsc | awk '{print $5}'); do
3 tc qdisc del dev "$iface" root
4 done
5 iptables -t mangle -F
6 iptables -t mangle -X
This page took 0.041435 seconds and 5 git commands to generate.