examples/gnrc_border_router: 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