Displaying 1 result from an estimated 1 matches for "anandrm".
Did you mean:
  anandram
  
2013 Nov 28
3
[Bug 877] New: nftables - Set - define core dumps
...Set - define core dumps
           Product: nftables
           Version: unspecified
          Platform: x86_64
        OS/Version: Ubuntu
            Status: NEW
          Severity: major
          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()...