From ccd48bc9a957a60f8801591099fc6cc00a1e1010 Mon Sep 17 00:00:00 2001 From: nx518 <50616530+nx518@users.noreply.github.com> Date: Fri, 6 Nov 2020 09:59:40 +0100 Subject: [PATCH] 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 * Original commit: espressif/esp-idf@9207c6ca8e5a0883a8ce46e0f403a17066895b69 --- .../common_components/protocol_examples_common/Kconfig.projbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/common_components/protocol_examples_common/Kconfig.projbuild b/examples/common_components/protocol_examples_common/Kconfig.projbuild index 5875ccdfa..ed7f51c59 100644 --- a/examples/common_components/protocol_examples_common/Kconfig.projbuild +++ b/examples/common_components/protocol_examples_common/Kconfig.projbuild @@ -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