Merge branch 'update_esp_netif_changes' into 'master'

fix(lwip): Corrected NAPT dependency text

See merge request espressif/esp-idf!28546
This commit is contained in:
Abhik Roy
2024-01-25 17:19:39 +08:00

View File

@@ -217,8 +217,8 @@ extern "C" {
/**
* IP_NAPT==1: Enables IPv4 Network Address and Port Translation.
* Note that both CONFIG_LWIP_IP_FORWARD and CONFIG_LWIP_L2_TO_L3_COPY options
* need to be enabled in system configuration for the NAPT to work on ESP platform
* Note that CONFIG_LWIP_IP_FORWARD option need to be enabled in
* system configuration for the NAPT to work on ESP platform
*/
#ifdef CONFIG_LWIP_IPV4_NAPT
#define IP_NAPT 1