From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH nft] expression: provide clone operation for set element ops Date: Tue, 6 Oct 2015 11:53:45 +0200 Message-ID: <20151006095345.GA2215@salvia> References: <1443653206-25841-1-git-send-email-fw@strlen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Florian Westphal , Netfilter Development Mailing list To: Arturo Borrero Gonzalez Return-path: Received: from mail.us.es ([193.147.175.20]:34509 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751859AbbJFJqv (ORCPT ); Tue, 6 Oct 2015 05:46:51 -0400 Content-Disposition: inline In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, Oct 06, 2015 at 10:58:59AM +0200, Arturo Borrero Gonzalez wrote: > On 1 October 2015 at 00:46, Florian Westphal 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 > > --- > > src/expression.c | 11 +++++++++++ > > 1 file changed, 11 insertions(+) > > > > Tested-by: Arturo Borrero Gonzalez Testing helps us a lot to speed up submission process. Thanks.