We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e491174 commit 3a0446fCopy full SHA for 3a0446f
contrib/qos/tc.sh
@@ -16,7 +16,7 @@ LOCALNET_V4="192.168.0.0/16"
16
#defines the IPv6 address space for which you wish to disable rate limiting
17
LOCALNET_V6="fe80::/10"
18
19
-#delete existing rules
+#delete existing rules ('Error: Cannot delete qdisc with handle of zero.' means there weren't any.)
20
tc qdisc del dev ${IF} root
21
22
#add root class
0 commit comments