|
|
@@ -255,6 +255,14 @@ menu "LWIP"
|
|
|
If rate limiting self-assignment requests, wait this long between
|
|
|
each request.
|
|
|
|
|
|
+ config LWIP_IPV6_AUTOCONFIG
|
|
|
+ bool "Enable IPV6 stateless address autoconfiguration"
|
|
|
+ default n
|
|
|
+ help
|
|
|
+ Enabling this option allows the devices to IPV6 stateless address autoconfiguration.
|
|
|
+
|
|
|
+ See RFC 4862.
|
|
|
+
|
|
|
menuconfig LWIP_NETIF_LOOPBACK
|
|
|
bool "Support per-interface loopback"
|
|
|
default y
|