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

INFORM6 rebind does not request lifetime option #445

Open
ColinMcInnes opened this issue Jan 29, 2025 · 0 comments · May be fixed by #446
Open

INFORM6 rebind does not request lifetime option #445

ColinMcInnes opened this issue Jan 29, 2025 · 0 comments · May be fixed by #446

Comments

@ColinMcInnes
Copy link
Contributor

On a regular inform-request lifetime renewal, it requests option 32 Inform-Req refresh lifetime and applies the lifetime in the reply.

Image

On a rebind, which triggers an inform-request, it does not request option 32, which results in it defaulting to IRT_DEFAULT if the server does not send it.

Image

https://datatracker.ietf.org/doc/html/rfc8415#section-21.23

A DHCP client MUST request this option in the Option Request option
   (see [Section 21.7](https://datatracker.ietf.org/doc/html/rfc8415#section-21.7)) when sending Information-request messages.

Other options are requested normally. I will look into see if I can figure out what's different in the crafting of the inform-req message. All other options seem to be populated ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant