Netfilter library providing interface to the nf_tables subsystem
Netfilter library providing interface to the nf_tables subsystem
libnftnl$ nft list ruleset -j | jq '.nftables'$ pkg-config --modversion libnftnl$ gcc -o nft_prog program.c $(pkg-config --cflags --libs libnftnl)