forked from espressif/esp-idf
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:
@@ -217,8 +217,8 @@ extern "C" {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* IP_NAPT==1: Enables IPv4 Network Address and Port Translation.
|
* 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
|
* Note that CONFIG_LWIP_IP_FORWARD option need to be enabled in
|
||||||
* need to be enabled in system configuration for the NAPT to work on ESP platform
|
* system configuration for the NAPT to work on ESP platform
|
||||||
*/
|
*/
|
||||||
#ifdef CONFIG_LWIP_IPV4_NAPT
|
#ifdef CONFIG_LWIP_IPV4_NAPT
|
||||||
#define IP_NAPT 1
|
#define IP_NAPT 1
|
||||||
|
Reference in New Issue
Block a user