You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Examining the DHCPOFFER packet served by the ESP, after the DHCP_OPTION_PERFORM_ROUTER_DISCOVERY option and its data, it adds a final option: 43, 6, 0x01, 4, 0x00, 0x00, 0x00, 0x02.
From RFC2132 this is a Vendor Specific Information option that contains an encapsulated option code '0x01' with data '00 00 00 02'.
AFAIK, vendor specific options only make sense if there's a preceding Option 60 (VCI) to identify the type of vendor device - so what's this option doing?
It's clear where this option is generated in the source code dhcpserver.c but there are no hints as to the intent.