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
|
|
|
|
bool "Iptables Interface"
|
|
|
|
default y
|
|
|
|
depends on NET_IPv4
|
|
|
|
depends on NET_SOCKOPTS
|
2023-05-22 12:20:06 +02:00
|
|
|
depends on NET_NAT # May change dependency if we have firewall later.
|
2022-12-13 09:08:24 +01:00
|
|
|
---help---
|
|
|
|
Enable or disable iptables compatible interface (for NAT).
|