mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 20:00:42 +00:00
14 lines
383 B
Text
14 lines
383 B
Text
|
|
#
|
||
|
|
# 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
|
||
|
|
depends on NET_NAT # May change dependency if we have firewall later.
|
||
|
|
---help---
|
||
|
|
Enable or disable iptables compatible interface (for NAT).
|