Displaying 1 result from an estimated 1 matches for "set_anand".
Did you mean:
set_and
2013 Nov 28
3
[Bug 877] New: nftables - Set - define core dumps
...r
Priority: P5
Component: nft
AssignedTo: pablo at netfilter.org
ReportedBy: anandrm at gmail.com
Estimated Hours: 0.0
I m trying to define a set in file
define ip_set = {192.168.1.2, 192.168.2.3}
add rule filter output ip daddr $ip_set counter
nft -f files/set_anand
Segmentation fault (core dumped)
On looking into the core file , it appears to be a issue with symbol_bind()
where both &sym->list, &scope->symbols to list_add_tail seem to point
the same ..
Core was generated by `nft -f files/set_anand'.
Program terminated with signal 11, Segm...