mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
change(lwip): Remove 'experimental' from NAPT in kconfig, update lwIP doc
This commit is contained in:
@@ -248,14 +248,14 @@ menu "LWIP"
|
||||
Enabling this option allows packets forwarding across multiple interfaces.
|
||||
|
||||
config LWIP_IPV4_NAPT
|
||||
bool "Enable NAT (new/experimental)"
|
||||
bool "Enable NAT"
|
||||
depends on LWIP_IP_FORWARD
|
||||
default n
|
||||
help
|
||||
Enabling this option allows Network Address and Port Translation.
|
||||
|
||||
config LWIP_IPV4_NAPT_PORTMAP
|
||||
bool "Enable NAT Port Mapping (new/experimental)"
|
||||
bool "Enable NAT Port Mapping"
|
||||
depends on LWIP_IPV4_NAPT
|
||||
default y
|
||||
help
|
||||
|
||||
Reference in New Issue
Block a user