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

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

See merge request espressif/esp-idf!15981
This commit is contained in:
David Čermák 2021-12-20 17:27:20 +00:00
commit fbb102604b

View File

@ -253,6 +253,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 ----------