Skip to content

Commit 06899c1

Browse files
authored
Support IP NAPT (#161)
1 parent 7df5ab5 commit 06899c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/defconfig.common

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ CONFIG_LWIP_TCP_RTO_TIME=3000
5959
CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=2560
6060
CONFIG_LWIP_TCPIP_TASK_AFFINITY_CPU0=y
6161
CONFIG_LWIP_MAX_SOCKETS=16
62+
CONFIG_LWIP_IP_FORWARD=y
63+
CONFIG_LWIP_IPV4_NAPT=y
6264
CONFIG_LWIP_DHCP_RESTORE_LAST_IP=y
6365
CONFIG_LWIP_DHCP_OPTIONS_LEN=128
6466
CONFIG_LWIP_SNTP_MAX_SERVERS=3

0 commit comments

Comments
 (0)