1*4882a593Smuzhiyunconfig BR2_PACKAGE_NFTABLES 2*4882a593Smuzhiyun bool "nftables" 3*4882a593Smuzhiyun depends on BR2_USE_WCHAR 4*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 5*4882a593Smuzhiyun select BR2_PACKAGE_LIBMNL 6*4882a593Smuzhiyun select BR2_PACKAGE_LIBNFTNL 7*4882a593Smuzhiyun help 8*4882a593Smuzhiyun nftables is the project that aims to replace the existing 9*4882a593Smuzhiyun {ip,ip6,arp,eb}tables framework. 10*4882a593Smuzhiyun Basically, this project provides a new packet filtering 11*4882a593Smuzhiyun framework, a new userspace utility and also a compatibility 12*4882a593Smuzhiyun layer for {ip,ip6}tables. 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun http://www.netfilter.org/projects/nftables/index.html 15*4882a593Smuzhiyun 16*4882a593Smuzhiyuncomment "nftables needs a toolchain w/ wchar, headers >= 3.12" 17*4882a593Smuzhiyun depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 18