core
core copied to clipboard
DHCP client does not send "vendor-class-identifier" (option 60) in DHCP request.
Instead option 60 is required to be specified as "dhcp-class-identifier". Which is incorrect. Far as I can find there is no such thing as "dhcp-class-identifier".
This makes troublehooting and working with custom dhclient.conf settings confusing because "dhcp-class-identifier" is not in the dhcp specification documentation.
/var/etc/dhclient_wan.conf send dhcp-class-identifier "WB Router"; // This is incorrect but works. send vendor-class-identifier "WB Router"; // This is correct but does not work.
Thank you for creating an issue. Since the ticket doesn't seem to be using one of our templates, we're marking this issue as low priority until further notice.
For more information about the policies for this repository, please read https://github.com/opnsense/core/blob/master/CONTRIBUTING.md for further details.
The easiest option to gain traction is to close this ticket and open a new one using one of our templates.
This issue has been automatically timed-out (after 180 days of inactivity).
For more information about the policies for this repository, please read https://github.com/opnsense/core/blob/master/CONTRIBUTING.md for further details.
If someone wants to step up and work on this issue, just let us know, so we can reopen the issue and assign an owner to it.