]> git.stg.codes - stg.git/blobdiff - stargazer/scripts/shaper/shaper.stop.sh
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / scripts / shaper / shaper.stop.sh
diff --git a/stargazer/scripts/shaper/shaper.stop.sh b/stargazer/scripts/shaper/shaper.stop.sh
new file mode 100755 (executable)
index 0000000..993a13a
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+int_iface=eth1
+
+#iptables -t mangle --flush
+
+tc qdisc del dev $int_iface root handle 1: htb
+