mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	lwip: Add macro to disable vendor class option
This commit is contained in:
		@@ -266,6 +266,11 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#endif
 | 
					#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 ----------
 | 
					   ---------- AUTOIP options ----------
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user