Skip to content

Conversation

@maxmoehl
Copy link
Contributor

@maxmoehl maxmoehl commented Nov 13, 2025

RFC6939 specifies a client option to relay the link-layer address of the original client in the relayed message. This commit adjusts the OOB plugin to first try and read the address from that option and falls back to the old EUI64 parsing when that fails.

It should be noted that the EUI64 parsing does not work if the client has IPv6 privacy extensions enabled as the server can not distinguish between EUI64 and and a random IPv6 host address.

See: https://www.rfc-editor.org/rfc/rfc6939

Fixes #374

RFC6939 specifies a client option to relay the link-layer address of the
original client in the relayed message. This commit adjusts the OOB
plugin to first try and read the address from that option and falls back
to the old EUI64 parsing when that fails.

It should be noted that the EUI64 parsing does not work if the client has
IPv6 privacy extensions enabled as the server can not distinguish between
EUI64 and and a random IPv6 host address.

See: https://www.rfc-editor.org/rfc/rfc6939
Copy link
Contributor

@MalteJ MalteJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgbt

@damyan
Copy link
Member

damyan commented Nov 13, 2025

Nice!

@damyan damyan merged commit 60adafd into main Nov 13, 2025
9 checks passed
@damyan damyan deleted the maxmoehl/rfc6939 branch November 13, 2025 16:42
@hardikdr hardikdr added the area/metal-automation Automation processes within the Metal project. label Nov 14, 2025
@hardikdr hardikdr added this to Roadmap Nov 14, 2025
@github-project-automation github-project-automation bot moved this to Done in Roadmap Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/metal-automation Automation processes within the Metal project. ok-to-image size/S

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Improve DHCPv6 MAC address detection

5 participants