]> granicus.if.org Git - esp-idf/commitdiff
lwip: Disable IPV4 Link-Local addressing by default
authorAngus Gratton <angus@espressif.com>
Tue, 26 Sep 2017 05:12:57 +0000 (15:12 +1000)
committerAngus Gratton <gus@projectgus.com>
Sun, 1 Oct 2017 23:50:27 +0000 (10:50 +1100)
Keeps existing IDF behaviour the same. Can still be enabled via menuconfig.

components/lwip/Kconfig

index 250dc9b4e078760806d6b14075813726bf9c4495..708a7bd141af959f08dffa7f6f9b51fc07046123 100644 (file)
@@ -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.