Skip to content

Commit 3713ec5

Browse files
committed
Add support for LwIP NAPT
Fixes: espressif/arduino-esp32#6421 Will be part of ESP-IDF 4.4.2
1 parent 8f92d63 commit 3713ec5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: configs/defconfig.common

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ CONFIG_LWIP_DHCP_RESTORE_LAST_IP=y
5454
CONFIG_LWIP_DHCP_OPTIONS_LEN=128
5555
CONFIG_LWIP_SNTP_MAX_SERVERS=3
5656
CONFIG_LWIP_DHCP_GET_NTP_SRV=y
57+
CONFIG_LWIP_IPV4_NAPT=y
5758
CONFIG_MBEDTLS_PSK_MODES=y
5859
CONFIG_MBEDTLS_KEY_EXCHANGE_PSK=y
5960
CONFIG_MBEDTLS_CAMELLIA_C=y

0 commit comments

Comments
 (0)