Skip to content

DHCP Server: ESP serves option 43 (vendor specific option) with no context #4324

Closed
@mjcross

Description

@mjcross

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions