mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
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:
committed by
Angus Gratton
parent
2cc8c91ad8
commit
3fdb1944d3
@@ -120,7 +120,7 @@ config LWIP_DHCP_DOES_ARP_CHECK
|
|||||||
|
|
||||||
menuconfig LWIP_AUTOIP
|
menuconfig LWIP_AUTOIP
|
||||||
bool "Enable IPV4 Link-Local Addressing (AUTOIP)"
|
bool "Enable IPV4 Link-Local Addressing (AUTOIP)"
|
||||||
default y
|
default n
|
||||||
help
|
help
|
||||||
Enabling this option allows the device to self-assign an address
|
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.
|
in the 169.256/16 range if none is assigned statically or via DHCP.
|
||||||
|
Reference in New Issue
Block a user