-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Request temporary address (IA_NA) for the 6lbr example #21118
Conversation
11a23b5
to
63e7cc2
Compare
I don't understand why this is needed - with my Fritz!Box SLAAC works just fine |
If SLAAC is activated, you don't need this. |
Is there a reason against this patch? Should we make this optionally (via a Makefile switch)? |
I don't see any reason against it. And for once, I don't think a makefile switch here is necessary (except if the user wants to safe ROM on the BR for some reason... but hey it's a BR...) @benpicco? |
Does this still work if the server only does |
If it does not, I would count that as a bug (in our DHCPv6 client). Sure, we can postpone the PR because of that, but then we also fix it ;-). |
yup still working
|
Additionally to requesting a delegated prefix via DHCPv6 this also enables to ask for a temporary (non-permanent) address on the 6lbr. If the upstream DHCP server provides one, this can be used to establish end-to-end connectivity from the 6lbr towards an Internet host directly.
8bb9bac
to
63a8f46
Compare
So, are we good to go? |
Contribution description
Additionally to requesting a delegated prefix via DHCPv6 this also enables to ask for a temporary (non-permanent) address on the 6lbr. If the upstream DHCP server provides one, this can be used to establish end-to-end connectivity from the 6lbr towards an Internet host directly.
Testing procedure