compute/one-liners.md
... ...
@@ -17,3 +17,5 @@ Only if you trust your environment, mind.
17 17
`burst` is ((<rate in bits/s> / <kernel tick hz>) * 8)
18 18
`latency` is the amount of data to queue before dropping traffic
19 19
`tc qdisc add dev bond1 root tbf rate 4.5gbit burst 562500 latency 100ms`
20
+Remove:
21
+`tc qdisc del dev bond1 root`