libnftnl

Netfilter library for managing nf_tables firewall rules programmatically.

brewmacoslinux
Try with needOr install directly
Source

About

Netfilter library providing interface to the nf_tables subsystem

Examples

check if libnftnl library is installed and accessible$ pkg-config --modversion libnftnl
find nf_tables header files on the system$ pkg-config --cflags libnftnl
get compiler flags needed to link with libnftnl$ pkg-config --libs libnftnl
view installed libnftnl library files and location$ brew list libnftnl
check libnftnl version and dependencies$ brew info libnftnl