Ignore DHCP options 124 and 125 to shut up the warning messages.
These options are defined in the RFC 3925.
PR: 281361
Differential D46760
dhclient: Ignore vendor-identifying DHCP options defined in RFC 3925 michaelo on Sep 23 2024, 12:42 PM. Authored by Tags None Referenced Files
Details Ignore DHCP options 124 and 125 to shut up the warning messages. PR: 281361
Diff Detail
Event TimelineComment Actions
Comment Actions Tested against a Kea server, with a simplified version of the following example: NOTE: For my future reference/testing:
Basically, just add: { "data": "1", "name": "vivso-suboptions", "always-send": true } The essential part is always-send, by default Kea will send this option only if requested. |