Merge branch 'feature/add_dhcp_option_v4.2' into 'release/v4.2'

lw-ip: Add macro to disable vendor class option(backport v4.2)

See merge request espressif/esp-idf!15982
This commit is contained in:
Jiang Jiang Jian 2021-12-06 03:54:59 +00:00
commit 06db6f510f

View File

@ -263,6 +263,11 @@
#endif
/**
* LWIP_DHCP_DISABLE_VENDOR_CLASS_ID==1: Do not add option 60 (Vendor Class Identifier) to DHCP packets
*/
#define ESP_DHCP_DISABLE_VENDOR_CLASS_IDENTIFIER 1
/*
------------------------------------
---------- AUTOIP options ----------