1 config BR2_PACKAGE_NFTABLES
3 depends on BR2_USE_WCHAR
4 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
6 select BR2_PACKAGE_LIBMNL
7 select BR2_PACKAGE_LIBNFTNL
8 select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT
10 nftables is the project that aims to replace the existing
11 {ip,ip6,arp,eb}tables framework.
12 Basically, this project provides a new packet filtering framework,
13 a new userspace utility and also a compatibility layer
16 http://www.netfilter.org/projects/nftables/index.html
18 comment "nftables needs a toolchain w/ wchar, headers >= 3.12"
19 depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12