From 7004c07e3fac5a197a6c7571952872d46f640641 Mon Sep 17 00:00:00 2001 From: Abhik Roy Date: Wed, 17 Jan 2024 22:47:11 +1100 Subject: [PATCH] fix(lwip): Corrected NAPT dependency text --- components/lwip/port/include/lwipopts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lwip/port/include/lwipopts.h b/components/lwip/port/include/lwipopts.h index c3687319ab..0c94d11fec 100644 --- a/components/lwip/port/include/lwipopts.h +++ b/components/lwip/port/include/lwipopts.h @@ -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