|
@@ -172,7 +172,6 @@ menu "LWIP"
|
|
|
config LWIP_IPV4_NAPT
|
|
config LWIP_IPV4_NAPT
|
|
|
bool "Enable NAT (new/experimental)"
|
|
bool "Enable NAT (new/experimental)"
|
|
|
depends on LWIP_IP_FORWARD
|
|
depends on LWIP_IP_FORWARD
|
|
|
- select LWIP_L2_TO_L3_COPY
|
|
|
|
|
default n
|
|
default n
|
|
|
help
|
|
help
|
|
|
Enabling this option allows Network Address and Port Translation.
|
|
Enabling this option allows Network Address and Port Translation.
|
|
@@ -1096,6 +1095,11 @@ menu "LWIP"
|
|
|
depends on LWIP_DEBUG
|
|
depends on LWIP_DEBUG
|
|
|
default n
|
|
default n
|
|
|
|
|
|
|
|
|
|
+ config LWIP_NAPT_DEBUG
|
|
|
|
|
+ bool "Enable NAPT debug messages"
|
|
|
|
|
+ depends on LWIP_DEBUG && LWIP_IPV4_NAPT
|
|
|
|
|
+ default n
|
|
|
|
|
+
|
|
|
config LWIP_BRIDGEIF_DEBUG
|
|
config LWIP_BRIDGEIF_DEBUG
|
|
|
bool "Enable bridge generic debug messages"
|
|
bool "Enable bridge generic debug messages"
|
|
|
depends on LWIP_DEBUG
|
|
depends on LWIP_DEBUG
|