Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6bb7873

Browse files
authoredSep 24, 2024··
feat(matter): disable lwip ipv6 autoconfig
1 parent a797cb3 commit 6bb7873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎configs/defconfig.esp32s3

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ CONFIG_LWIP_MULTICAST_PING=y
3939
CONFIG_LWIP_BROADCAST_PING=y
4040
CONFIG_LWIP_HOOK_IP6_ROUTE_DEFAULT=y
4141
CONFIG_LWIP_HOOK_ND6_GET_GW_DEFAULT=y
42-
CONFIG_LWIP_IPV6_AUTOCONFIG=y
42+
# CONFIG_LWIP_IPV6_AUTOCONFIG=y
4343
# Increase LwIP IPv6 address number to 8 (MAX_FABRIC + 1)
4444
# unique local addresses for fabrics(MAX_FABRIC), a link local address(1)
4545
CONFIG_LWIP_IPV6_NUM_ADDRESSES=8

0 commit comments

Comments
 (0)
Please sign in to comment.