-
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
gnrc_ipv6_nib: activate SLAAC on border router #10824
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though it works with ESP32 border router, we should wait for a test with other boards
Then rather not block but just dismiss your review ;-)
Not that I really understand/checked what make it works, but indeed the address is now I ran
Output with this PR:
output with master
|
@gschorcht is that enough for you to re-ACK? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
Thanks |
Thanks for the review! :-) |
Contribution description
This fixes an issue of the addresses on the Ethernet interface of a border router never becoming valid.
Testing procedure
Flash a 6Lo-capable board (e.g.
samr21-xpro
) withgnrc_border_router
. The Ethernet interface should now (check withifconfig
) have a valid address (signified byVAL
instead ofTNT[1]
).Issues/PRs references
Reported in #10817 (comment).