feat(dhcp): Add DHCP option12, option60 and option61 in DHCP discovery and request state (backport v3.1)

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

View File

@@ -2243,4 +2243,5 @@ size_t memp_malloc_get_size(size_t type);
#define ESP_PING 1
#define ESP_DHCP_OPTION CONFIG_LWIP_ESP_DHCP_OPTION
#endif /* __LWIP_HDR_LWIPOPTS_H__ */