From: Pablo Neira Ayuso <pablo@netfilter.org>
To: "Pablo M. Bermudo Garay" <pablombg@gmail.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH nft 1/2] src: add 'list maps' support
Date: Tue, 31 May 2016 12:44:44 +0200 [thread overview]
Message-ID: <20160531104444.GA4491@salvia> (raw)
In-Reply-To: <20160531103707.20058-1-pablombg@gmail.com>
On Tue, May 31, 2016 at 12:37:06PM +0200, Pablo M. Bermudo Garay wrote:
> This commit adds a new command that lists maps:
>
> # nft list maps [family]
>
> Only the declaration is displayed. If no family is specified, all maps
> of all families are listed.
>
> Example:
>
> # nft list maps
>
> table ip filter {
> map test {
> type ipv4_addr : inet_service
> }
> }
> table ip6 filter {
> map test {
> type ipv6_addr : inet_service
> }
> }
Applied, thanks.
prev parent reply other threads:[~2016-05-31 10:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-31 10:37 [PATCH nft 1/2] src: add 'list maps' support Pablo M. Bermudo Garay
2016-05-31 10:37 ` [PATCH nft 2/2] src: add support for display maps content Pablo M. Bermudo Garay
2016-05-31 10:45 ` Pablo Neira Ayuso
2016-05-31 10:44 ` 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=20160531104444.GA4491@salvia \
--to=pablo@netfilter.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablombg@gmail.com \
/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.