-
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_netif_hdr: provide wrappers for gnrc_netif_ipv6_iid_from_addr() #10520
gnrc_netif_hdr: provide wrappers for gnrc_netif_ipv6_iid_from_addr() #10520
Conversation
b2c170a
to
6bc5d0e
Compare
Rebased to current master and #10513. |
6bc5d0e
to
aafb936
Compare
aafb936
to
f86ad9d
Compare
Rebased to current master and #10513. |
c9c951f
to
b2017f5
Compare
And again :-D |
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.
Just a minor style issue, else the changes look valid to me. Will test once its rebased.
2872116
to
1a6d4fd
Compare
Rebased and squashed to current master. This PR no longer has any dependencies. |
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
1a6d4fd
to
d1e8f93
Compare
Somehow the |
d1e8f93
to
77dd725
Compare
Amended doxygen error fix pointed out by Travis. |
Needs #10565 to be buildable by Murdock :-/ |
Also provided the proposed change from #10565 (comment) as a fixup commit. |
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.
re-ACK, no unsused param warnings for my NimBLE-CCN-lite build anymore.
please squash |
For convenience ;-).
c5d7941
to
4d4e96f
Compare
Squashed |
nice. Go Murdock! |
all green -> go |
Contribution description
These will provide some convenience when reworking
gnrc_sixlowpan_iphc
for non-IEEE802.15.4 address compression.Testing procedure
If reviewer asks for it I will provide some unittests in
tests/gnrc_netif
but that it works when #10513 works should be clear from the code.Issues/PRs references
Depends on
#10513(merged)and its dependencies.