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

This commit is contained in:
yuanjm
2020-06-22 10:53:03 +08:00
parent 41b2c08d42
commit 38b686069a
4 changed files with 115 additions and 0 deletions

View File

@@ -2226,4 +2226,5 @@ void *memp_malloc_ll(size_t type);
#endif
#endif
#define ESP_DHCP_OPTION CONFIG_LWIP_ESP_DHCP_OPTION
#endif /* __LWIP_HDR_LWIPOPTS_H__ */