diff options
author | dscotese <dscotese@litmocracy.com> | 2021-02-25 19:09:46 -0800 |
---|---|---|
committer | dscotese <dscotese@litmocracy.com> | 2021-02-25 19:09:46 -0800 |
commit | 3a0446fad470595db09929695ff02debe12bd4cd (patch) | |
tree | 09cdb7ee80df74f0ddd323bce13aca62168e8b17 /contrib/qos | |
parent | e49117470b77fb7d53be122c6490ba163c6e304d (diff) |
script: Add explanatory comment to tc.sh
Diffstat (limited to 'contrib/qos')
-rw-r--r-- | contrib/qos/tc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/qos/tc.sh b/contrib/qos/tc.sh index 8408545a21..1cde19efd1 100644 --- a/contrib/qos/tc.sh +++ b/contrib/qos/tc.sh @@ -16,7 +16,7 @@ LOCALNET_V4="192.168.0.0/16" #defines the IPv6 address space for which you wish to disable rate limiting LOCALNET_V6="fe80::/10" -#delete existing rules +#delete existing rules ('Error: Cannot delete qdisc with handle of zero.' means there weren't any.) tc qdisc del dev ${IF} root #add root class |