lwip: Disable IPV4 Link-Local addressing by default

Keeps existing IDF behaviour the same. Can still be enabled via menuconfig.
This commit is contained in:
Angus Gratton 2017-09-26 15:12:57 +10:00 committed by Angus Gratton
parent 2cc8c91ad8
commit 3fdb1944d3

View 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.