nuttx/net/netfilter/Kconfig
Zhe Weng c72edb0637 net: Add set/getsockopt options compatible with ip6tables
Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2024-06-20 09:43:05 +08:00

14 lines
371 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config NET_IPTABLES
bool "Iptables & Ip6tables Interface"
default y
depends on NET_IPv4 || NET_IPv6
depends on NET_SOCKOPTS
depends on NET_NAT || NET_IPFILTER
---help---
Enable or disable iptables compatible interface (for NAT).