Displaying 1 result from an estimated 1 matches for "tcp_public".
2018 Oct 16
7
[Bug 1282] New: SIGSEGV on loading tables
...t
strace with kernel response
The following configuration crashes nftables. I run "nft -e -f main.conf" and
nft crashes, apparently on response from kernel (strace attached). When I run
without -e option it just silently fails.
#!/usr/sbin/nft -f
add table inet main
add set inet main tcp_public { type inet_service; }
add set inet main udp_public { type inet_service; }
add set inet main udp_trusted { type inet_service; }
add set inet main tcp_trusted { type inet_service; }
add set inet main blacklist { type ipv4_addr; flags interval; }
add set inet main ossec4 { type ipv4_addr; }
ad...