gnrc_ipv6_nib: use generated EUI-64 for ARO build and check [backport 2019.01]#10906
Merged
aabadie merged 6 commits intoRIOT-OS:2019.01-branchfrom Jan 30, 2019
Merged
Conversation
aabadie
previously approved these changes
Jan 30, 2019
Contributor
aabadie
left a comment
There was a problem hiding this comment.
Compared changes against original PR (using git range-diff), no differences.
ACK
Contributor
|
Ok, so the branch wasn't up-to-date with the base branch, so I pressed "Update branch" and this creates a merge commit. Would you mind rebasing the branch @miri64 (to drop the merge commit) ? |
Member
|
I tested by merging on the devel branch and everything works as expected, btw. So also ACK |
b3c1ef9 to
9c8d70e
Compare
Member
Author
|
Rebased. |
aabadie
approved these changes
Jan 30, 2019
Contributor
aabadie
left a comment
There was a problem hiding this comment.
Still no change, re-ACK (sorry, first time on wrong PR)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #10817
Contribution description
This fixes #10723 by providing a new getter for the (unconverted) EUI-64 in the interface layer. This getter then is used instead of the link-layer address to set the EUI-64 in the ARO and also check it.
Testing procedure
Flash two 6Lo-capable boards with
gnrc_border_routerandgnrc_networking. Thegnrc_networkingshould get a global address which will be marked as valid. Not just IEEE 802.15.4-capable boards should be able to do this now, but also BLE-based boards and more exotic candidates likecc110x,nrfmin, oresp-now.Issues/PRs references
Closes #10723.