fix(lwip): Corrected NAPT dependency text

This commit is contained in:
Abhik Roy
2024-01-17 22:47:11 +11:00
parent 6e860a8a5b
commit 7004c07e3f

View File

@@ -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