From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sathya Perla Subject: RE: [PATCH iproute2 1/1] tc: updated man page to reflect GET command to retrieve a single filter. Date: Fri, 18 Nov 2016 14:41:28 +0530 Message-ID: References: <1478485658-14379-1-git-send-email-mrv@mojatatu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: netdev@vger.kernel.org, jhs@mojatatu.com, stephen@networkplumber.org To: Roman Mashak , davem@davemloft.net Return-path: Received: from mail-yw0-f172.google.com ([209.85.161.172]:35091 "EHLO mail-yw0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751139AbcKRJLb (ORCPT ); Fri, 18 Nov 2016 04:11:31 -0500 Received: by mail-yw0-f172.google.com with SMTP id i145so160720781ywg.2 for ; Fri, 18 Nov 2016 01:11:31 -0800 (PST) In-Reply-To: <1478485658-14379-1-git-send-email-mrv@mojatatu.com> Sender: netdev-owner@vger.kernel.org List-ID: > -----Original Message----- > From: netdev-owner@vger.kernel.org [mailto:netdev-owner@vger.kernel.org] On Behalf Of Roman Mashak > > Signed-off-by: Roman Mashak > Signed-off-by: Jamal Hadi Salim > --- > 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 The handle parameter seems to be missing from the TC filter syntax synopsis ; as in: tc [ OPTIONS ] filter [ add | change | replace | delete | get ] dev DEV [ parent qdisc-id | root ] protocol protocol prio priority handle handle-ID ^^^^^^^^^^^^^ I guess the user would have to specify the handle-ID to retrieve a single filter. thanks, -Sathya