Archived
1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
archive/package/qos-scripts/files/usr/bin/qos-stop
Jo-Philipp Wich 7f32eb4af1 [backfire] qos-scripts: merge r28622 and r28623
SVN-Revision: 28670
2011-10-29 18:06:42 +00:00

6 lines
156 B
Bash
Executable File

#!/bin/sh
for iface in $(tc qdisc show | grep hfsc | awk '{print $5}'); do
tc qdisc del dev "$iface" root
done
/usr/lib/qos/generate.sh firewall stop | sh