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> -- Arturo Borrero González -- 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