1 config BR2_PACKAGE_IPTABLES
4 Linux kernel firewall, NAT, and packet mangling tools.
6 http://www.netfilter.org/projects/iptables/index.html
8 if BR2_PACKAGE_IPTABLES
10 config BR2_PACKAGE_IPTABLES_BPF_NFSYNPROXY
11 bool "bpfc and nfsynproxy"
12 select BR2_PACKAGE_LIBPCAP
14 Build bpf compiler and nfsynproxy configuration tool.
16 config BR2_PACKAGE_IPTABLES_NFTABLES
17 bool "nftables compat"
19 depends on !BR2_STATIC_LIBS
20 depends on BR2_USE_WCHAR
21 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
22 select BR2_PACKAGE_LIBMNL
23 select BR2_PACKAGE_LIBNFTNL
25 Build nftables compat utilities.
27 comment "nftables compat needs a toolchain w/ wchar, dynamic library, headers >= 3.12"
28 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 || \
29 !BR2_USE_WCHAR || BR2_STATIC_LIBS