Skip to content

Commit 3a0446f

Browse files
committed
script: Add explanatory comment to tc.sh
1 parent e491174 commit 3a0446f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/qos/tc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LOCALNET_V4="192.168.0.0/16"
1616
#defines the IPv6 address space for which you wish to disable rate limiting
1717
LOCALNET_V6="fe80::/10"
1818

19-
#delete existing rules
19+
#delete existing rules ('Error: Cannot delete qdisc with handle of zero.' means there weren't any.)
2020
tc qdisc del dev ${IF} root
2121

2222
#add root class

0 commit comments

Comments
 (0)