|
|
@@ -228,6 +228,15 @@ menu "LWIP"
|
|
|
Enabling this option performs a check (via ARP request) if the offered IP address
|
|
|
is not already in use by another host on the network.
|
|
|
|
|
|
+ config LWIP_DHCP_DISABLE_CLIENT_ID
|
|
|
+ bool "DHCP: Disable Use of HW address as client identification"
|
|
|
+ default n
|
|
|
+ help
|
|
|
+ This option could be used to disable DHCP client identification with its MAC address.
|
|
|
+ (Client id is used by DHCP servers to uniquely identify clients and are included
|
|
|
+ in the DHCP packets as an option 61)
|
|
|
+ Set this option to "y" in order to exclude option 61 from DHCP packets.
|
|
|
+
|
|
|
config LWIP_DHCP_RESTORE_LAST_IP
|
|
|
bool "DHCP: Restore last IP obtained from DHCP server"
|
|
|
default n
|