lwip: Add macro to disable vendor class option

This commit is contained in:
yuanjm
2021-11-23 19:37:50 +08:00
parent d4c247dac6
commit 3cfcf2b4fd

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 ----------