Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for FQDN Option from rfc 4704 #58

Open
traceflight opened this issue May 18, 2023 · 3 comments
Open

Add support for FQDN Option from rfc 4704 #58

traceflight opened this issue May 18, 2023 · 3 comments
Labels
good first issue Good for newcomers

Comments

@traceflight
Copy link

The FQDN option can be used to exchange information about a DHCPv6 client's Fully Qualified Domain Name (FQDN) and about responsibility for updating DNS resource records (RRs) related to the client's address assignments.
RFC4704

@leshow
Copy link
Collaborator

leshow commented May 19, 2023

I think there is some work left to do here for dhcpv6, we can leave this open if you want? You could manually pull the data out of UnknownOption but we support a first class type for v4 client fqdn, we could do the same for v6.

@leshow leshow reopened this May 19, 2023
@stappersg
Copy link

stappersg commented May 19, 2023 via email

@leshow
Copy link
Collaborator

leshow commented May 24, 2023

https://github.com/bluecatengineering/dhcproto/blob/master/src/v4/fqdn.rs has an example for v4, I'd imagine v6 would work similarly and could share types if the flags section is the same (I think it is).

This is the RFC:
https://www.rfc-editor.org/rfc/rfc4704.html#section-4

should be pretty straightforward if anyone wants to take it.

@leshow leshow added the good first issue Good for newcomers label Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants