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

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

See merge request espressif/esp-idf!15983
pull/8180/head
Jiang Jiang Jian 2021-12-21 03:44:09 +00:00
commit 0193aeffd6
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

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