]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Explain TC class id limits
authorStephen Hemminger <shemminger@vyatta.com>
Mon, 20 Aug 2012 17:58:58 +0000 (10:58 -0700)
committerStephen Hemminger <shemminger@vyatta.com>
Mon, 20 Aug 2012 17:58:58 +0000 (10:58 -0700)
man/man8/tc.8

index a285c4956aa066e0e7cb56266ab0b70b6544a464..98fbfcd0504fa20eeaa8a7e9e38d16ef5fb5ea77 100644 (file)
@@ -24,7 +24,7 @@ class-id ] qdisc
 
 .B tc filter [ add | change | replace | delete ] dev
 DEV
-.B  [ parent
+.B [ parent
 qdisc-id
 .B | root ] protocol
 protocol
@@ -38,7 +38,7 @@ flow-id
 .RI "[ " FORMAT " ]"
 .B qdisc show [ dev
 DEV
-.B  ]
+.B ]
 .P
 .B tc
 .RI "[ " FORMAT " ]"
@@ -233,7 +233,10 @@ attached to that class. Check qdisc specific manpages for details, however.
 All qdiscs, classes and filters have IDs, which can either be specified
 or be automatically assigned.
 
-IDs consist of a major number and a minor number, separated by a colon.
+ID's consist of a major number and a minor number, separated by a colon.
+Both major and minor number are limited to 16 bits. There are two special
+values: root is signified by major and minor of all ones, and unspecified
+is all zeros.
 
 .TP
 QDISCS