From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Cc: Florian Westphal <fw@strlen.de>,
Netfilter Development Mailing list
<netfilter-devel@vger.kernel.org>
Subject: Re: [PATCH nft] expression: provide clone operation for set element ops
Date: Tue, 6 Oct 2015 11:53:45 +0200 [thread overview]
Message-ID: <20151006095345.GA2215@salvia> (raw)
In-Reply-To: <CAOkSjBgNSz4+k=bDVsfsabYAH26LDOYY65A_PQYmFz+HcYWzVA@mail.gmail.com>
On Tue, Oct 06, 2015 at 10:58:59AM +0200, Arturo Borrero Gonzalez wrote:
> On 1 October 2015 at 00:46, Florian Westphal <fw@strlen.de> wrote:
> > define addrs={ 1.2.3.4 }
> > table ip filter {
> > chain input {
> > type filter hook input priority 0;
> > ip saddr $addrs accept
> > }
> > }
> >
> > segfaults. Using saddr { 1.2.3.4 } instead of $addrs works.
> >
> > Signed-off-by: Florian Westphal <fw@strlen.de>
> > ---
> > src/expression.c | 11 +++++++++++
> > 1 file changed, 11 insertions(+)
> >
>
> Tested-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
Testing helps us a lot to speed up submission process. Thanks.
prev parent reply other threads:[~2015-10-06 9:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-30 22:46 [PATCH nft] expression: provide clone operation for set element ops Florian Westphal
2015-10-06 8:58 ` Arturo Borrero Gonzalez
2015-10-06 9:53 ` 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=20151006095345.GA2215@salvia \
--to=pablo@netfilter.org \
--cc=arturo.borrero.glez@gmail.com \
--cc=fw@strlen.de \
--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).