netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Ana Rey <anarey@gmail.com>
Cc: netfilter-devel@vger.kernel.org
Subject: Re: [PATCH v2] nftables: Fix list of sets by family
Date: Fri, 28 Mar 2014 12:31:35 +0000	[thread overview]
Message-ID: <20140328123134.GA7895@macbook.localnet> (raw)
In-Reply-To: <008e38aa5e97439e7ac8a9e178689c2d666fa554.1396006133.git.anarey@gmail.com>

On Fri, Mar 28, 2014 at 12:40:31PM +0100, Ana Rey wrote:
> Fix the result of command line 'nft list sets FAMILY'. It shows the
> following error message:
> 
> "Error: syntax error, unexpected end of file, expecting string"
> 
> Now, it is possible shows right this information:
> 
> $ sudo nft -nna list sets ip
> 	set set_test {
> 		type ipv4_address
> 		elements = { 192.168.3.45, 192.168.3.43, 192.168.3.42, 192.168.3.4}
> 	}
> 	set set_test2 {
> 		type ipv4_address
> 		elements = { 192.168.3.43, 192.168.3.42, 192.168.3.4}
> 	}
> 	set set0 {
> 		type ipv4_address
> 		flags constant
> 		elements = { 127.0.0.12, 12.11.11.11}
> 	}
> 
> Signed-off-by: Ana Rey <anarey@gmail.com>

Applied, thanks Ana.

      reply	other threads:[~2014-03-28 12:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-28 11:40 [PATCH v2] nftables: Fix list of sets by family Ana Rey
2014-03-28 12:31 ` Patrick McHardy [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=20140328123134.GA7895@macbook.localnet \
    --to=kaber@trash.net \
    --cc=anarey@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).