Skip to content

Commit 0693644

Browse files
committed
enable v6 across all espressif boards
1 parent e5e4b0c commit 0693644

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
2-
CONFIG_LWIP_IPV6_AUTOCONFIG=y
3-
CONFIG_LWIP_IPV6_RDNSS_MAX_DNS_SERVERS=2
4-
CONFIG_LWIP_IPV6_DHCP6=y

ports/espressif/esp-idf-config/sdkconfig.defaults

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ CONFIG_FREERTOS_HZ=1000
6464
CONFIG_LWIP_MAX_SOCKETS=8
6565
CONFIG_LWIP_SO_RCVBUF=y
6666
#
67+
# IPv6
68+
#
69+
CONFIG_LWIP_IPV6_AUTOCONFIG=y
70+
CONFIG_LWIP_IPV6_RDNSS_MAX_DNS_SERVERS=2
71+
CONFIG_LWIP_IPV6_DHCP6=y
72+
#
6773
# TCP
6874
#
6975
CONFIG_LWIP_MAX_ACTIVE_TCP=4

0 commit comments

Comments
 (0)