On Tue, Oct 06, 2015 at 10:58:59AM +0200, Arturo Borrero Gonzalez wrote: > On 1 October 2015 at 00:46, Florian Westphal <fw@xxxxxxxxx> 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@xxxxxxxxx> > > --- > > src/expression.c | 11 +++++++++++ > > 1 file changed, 11 insertions(+) > > > > Tested-by: Arturo Borrero Gonzalez <arturo.borrero.glez@xxxxxxxxx> Testing helps us a lot to speed up submission process. Thanks. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html