Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iproute2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
iproute2
Commits
d89fbf32
Commit
d89fbf32
authored
Aug 20, 2012
by
Stephen Hemminger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explain TC class id limits
parent
da7fbb24
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
man/man8/tc.8
man/man8/tc.8
+6
-3
No files found.
man/man8/tc.8
View file @
d89fbf32
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment