2022-12-13 09:08:24 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config NET_IPTABLES
|
2024-05-07 05:25:29 +02:00
|
|
|
bool "Iptables & Ip6tables Interface"
|
2022-12-13 09:08:24 +01:00
|
|
|
default y
|
2024-05-07 05:25:29 +02:00
|
|
|
depends on NET_IPv4 || NET_IPv6
|
2022-12-13 09:08:24 +01:00
|
|
|
depends on NET_SOCKOPTS
|
2024-02-26 10:36:48 +01:00
|
|
|
depends on NET_NAT || NET_IPFILTER
|
2022-12-13 09:08:24 +01:00
|
|
|
---help---
|
|
|
|
Enable or disable iptables compatible interface (for NAT).
|