From: Benjamin Lee Date: Thu, 9 Apr 2020 05:12:13 +0000 (-0700) Subject: man: tc-htb.8: add missing qdisc parameter r2q X-Git-Tag: v5.7.0~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8d59421b61f114ac8406aeca73f5747854bd230;p=thirdparty%2Fiproute2.git man: tc-htb.8: add missing qdisc parameter r2q Add description for htb qdisc parameter r2q. Signed-off-by: Benjamin Lee Signed-off-by: Stephen Hemminger --- 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.