lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sun,  6 Nov 2016 21:27:38 -0500
From:   Roman Mashak <mrv@...atatu.com>
To:     davem@...emloft.net
Cc:     netdev@...r.kernel.org, jhs@...atatu.com,
        stephen@...workplumber.org, Roman Mashak <mrv@...atatu.com>
Subject: [PATCH iproute2 1/1] tc: updated man page to reflect GET command to retrieve a single filter.

Signed-off-by: Roman Mashak <mrv@...atatu.com>
Signed-off-by: Jamal Hadi Salim <jhs@...atatu.com>
---
 man/man8/tc.8 | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/man/man8/tc.8 b/man/man8/tc.8
index 4e99dca..3f4f8b5 100644
--- a/man/man8/tc.8
+++ b/man/man8/tc.8
@@ -28,7 +28,7 @@ class-id ] qdisc
 
 .B tc
 .RI "[ " OPTIONS " ]"
-.B filter [ add | change | replace | delete ] dev
+.B filter [ add | change | replace | delete | get ] dev
 DEV
 .B [ parent
 qdisc-id
@@ -571,6 +571,14 @@ Performs a nearly atomic remove/add on an existing node id. If the node does not
 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
 link
 Only available for qdiscs and performs a replace where the node
 must exist already.
-- 
1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ