From 3fdb1944d3c2459c63234a9441f25c68a79438a8 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Tue, 26 Sep 2017 15:12:57 +1000 Subject: [PATCH] lwip: Disable IPV4 Link-Local addressing by default Keeps existing IDF behaviour the same. Can still be enabled via menuconfig. --- components/lwip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lwip/Kconfig b/components/lwip/Kconfig index 250dc9b4e0..708a7bd141 100644 --- a/components/lwip/Kconfig +++ b/components/lwip/Kconfig @@ -120,7 +120,7 @@ config LWIP_DHCP_DOES_ARP_CHECK menuconfig LWIP_AUTOIP bool "Enable IPV4 Link-Local Addressing (AUTOIP)" - default y + default n help Enabling this option allows the device to self-assign an address in the 169.256/16 range if none is assigned statically or via DHCP. -- 2.40.0