From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Eric Leblond <eric@regit.org>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [nftables PATCH] listing: only display wanted chain
Date: Tue, 19 Nov 2013 21:32:16 +0100 [thread overview]
Message-ID: <20131119203216.GA5118@localhost> (raw)
In-Reply-To: <1384760421-4238-1-git-send-email-eric@regit.org>
On Mon, Nov 18, 2013 at 08:40:21AM +0100, Eric Leblond wrote:
> When specifying a chain to list, all created chains were displayed
> with a void content:
>
> # nft list chain filter
> table ip filter {
> chain input {
> }
>
> chain new {
> counter packets 17971 bytes 2380637 accept
> counter packets 0 bytes 0 accept
> }
> }
>
> With the attached patch, only the asked chain is displayed:
>
> # nft list chain filter
> table ip filter {
> chain new {
> counter packets 17971 bytes 2380637 accept # handle 36
> counter packets 0 bytes 0 accept # handle 40
> }
> }
Also applied, thanks.
prev parent reply other threads:[~2013-11-19 20:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-18 7:40 [nftables PATCH] listing: only display wanted chain Eric Leblond
2013-11-19 9:26 ` Arturo Borrero Gonzalez
2013-11-19 20:32 ` Pablo Neira Ayuso [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20131119203216.GA5118@localhost \
--to=pablo@netfilter.org \
--cc=eric@regit.org \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.