tc: updated man page to reflect filter-id use in filter GET command.
Signed-off-by: Roman Mashak <mrv@mojatatu.com>
This commit is contained in:
parent
17b9668a86
commit
00fe039dd5
|
|
@ -32,7 +32,8 @@ tc \- show / manipulate traffic control settings
|
||||||
\fIDEV\fR
|
\fIDEV\fR
|
||||||
.B [ parent
|
.B [ parent
|
||||||
\fIqdisc-id\fR
|
\fIqdisc-id\fR
|
||||||
.B | root ] protocol
|
.B | root ] [ handle \fIfilter-id\fR ]
|
||||||
|
.B protocol
|
||||||
\fIprotocol\fR
|
\fIprotocol\fR
|
||||||
.B prio
|
.B prio
|
||||||
\fIpriority\fR filtertype
|
\fIpriority\fR filtertype
|
||||||
|
|
@ -577,7 +578,8 @@ it is created.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
get
|
get
|
||||||
Displays a single filter given the interface, parent ID, priority, protocol and handle ID.
|
Displays a single filter given the interface \fIDEV\fR, \fIqdisc-id\fR,
|
||||||
|
\fIpriority\fR, \fIprotocol\fR and \fIfilter-id\fR.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
show
|
show
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue