aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Lee <ben@b1c1l1.com>2020-04-08 22:12:13 -0700
committerStephen Hemminger <stephen@networkplumber.org>2020-04-13 14:04:00 -0700
commitd8d59421b61f114ac8406aeca73f5747854bd230 (patch)
treedf290d2d11cfd68a11d2007095e0b912eb755440
parent20927e0525e0cca165cd1252ac18da07cb082c4d (diff)
downloadiproute2-d8d59421b61f114ac8406aeca73f5747854bd230.tar.gz
man: tc-htb.8: add missing qdisc parameter r2q
Add description for htb qdisc parameter r2q. Signed-off-by: Benjamin Lee <ben@b1c1l1.com> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
-rw-r--r--man/man8/tc-htb.89
1 files changed, 9 insertions, 0 deletions
diff --git a/man/man8/tc-htb.8 b/man/man8/tc-htb.8
index ae310f43f..2bcb9c46c 100644
--- a/man/man8/tc-htb.8
+++ b/man/man8/tc-htb.8
@@ -10,6 +10,8 @@ classid
major:
.B ] htb [ default
minor-id
+.B ] [ r2q
+divisor
.B ]
.B tc class ... dev
@@ -93,6 +95,13 @@ will be generated within this qdisc.
.TP
default minor-id
Unclassified traffic gets sent to the class with this minor-id.
+.TP
+r2q divisor
+Divisor used to calculate
+.B quantum
+values for classes. Classes divide
+.B rate
+by this number. Default value is 10.
.SH CLASSES
Classes have a host of parameters to configure their operation.