lwip: Added description to Kconfig option on IPv6 SLAAC

Closes https://github.com/espressif/esp-idf/issues/6076
Merges https://github.com/espressif/esp-idf/pull/6078
This commit is contained in:
nx518
2020-11-06 09:59:40 +01:00
committed by bot
parent 903d7f1c35
commit 9207c6ca8e
2 changed files with 3 additions and 2 deletions

View File

@@ -300,10 +300,10 @@ menu "LWIP"
each request.
config LWIP_IPV6_AUTOCONFIG
bool "Enable IPV6 stateless address autoconfiguration"
bool "Enable IPV6 stateless address autoconfiguration (SLAAC)"
default n
help
Enabling this option allows the devices to IPV6 stateless address autoconfiguration.
Enabling this option allows the devices to IPV6 stateless address autoconfiguration (SLAAC).
See RFC 4862.

View File

@@ -183,6 +183,7 @@ menu "Example Connection Configuration"
Disable this option if the network does not support IPv6.
Choose the preferred IPv6 address type if the connection code should wait until other than
the local link address gets assigned.
Consider enabling IPv6 stateless address autoconfiguration (SLAAC) in the LWIP component.
if EXAMPLE_CONNECT_IPV6
choice EXAMPLE_CONNECT_PREFERRED_IPV6