tc: updated man page to reflect GET command to retrieve a single filter.
Signed-off-by: Roman Mashak <mrv@mojatatu.com> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
This commit is contained in:
parent
468fa020f1
commit
7bdcc0d942
|
|
@ -28,7 +28,7 @@ class-id ] qdisc
|
||||||
|
|
||||||
.B tc
|
.B tc
|
||||||
.RI "[ " OPTIONS " ]"
|
.RI "[ " OPTIONS " ]"
|
||||||
.B filter [ add | change | replace | delete ] dev
|
.B filter [ add | change | replace | delete | get ] dev
|
||||||
DEV
|
DEV
|
||||||
.B [ parent
|
.B [ parent
|
||||||
qdisc-id
|
qdisc-id
|
||||||
|
|
@ -575,6 +575,14 @@ replace
|
||||||
Performs a nearly atomic remove/add on an existing node id. If the node does not exist yet
|
Performs a nearly atomic remove/add on an existing node id. If the node does not exist yet
|
||||||
it is created.
|
it is created.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
get
|
||||||
|
Displays a single filter given the interface, parent ID, priority, protocol and handle ID.
|
||||||
|
|
||||||
|
.TP
|
||||||
|
show
|
||||||
|
Displays all filters attached to the given interface. A valid parent ID must be passed.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
link
|
link
|
||||||
Only available for qdiscs and performs a replace where the node
|
Only available for qdiscs and performs a replace where the node
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue