feat(dhcp): Add LWIP DHCP option12, option60 and option61 in DHCP discovery and request state

This commit is contained in:
yuanjm
2020-06-12 11:32:28 +08:00
parent 54deb7b986
commit a1a47126a8
4 changed files with 115 additions and 0 deletions

View File

@@ -260,6 +260,12 @@ config LWIP_DHCP_DISCOVER_RETRANSMISSION_INTERVAL
help
Set time interval of retransmissions of DHCP discover.
config LWIP_ESP_DHCP_OPTION
bool "Enable DHCP option60 and option61 in discovery and request state"
default n
help
Maybe some routers need add those option to get IP address.
Enable this config to add option60 and option61 in discovery and request state
endmenu #DHCP
menuconfig LWIP_AUTOIP