gnrc_netif_hdr: provide convenience function to get netif pointer from netif header.#10500
Conversation
haukepetersen
left a comment
There was a problem hiding this comment.
works as expected and change looks good -> ACK
3f911f3 to
779c049
Compare
I removed a now unused variable pointed out by murdock and squashed directly. Can you have another look, @haukepetersen?
779c049 to
7fbcabb
Compare
|
Needed to add #10505 as a dependency. |
|
Setting the |
7fbcabb to
78b77a4
Compare
|
Rebased to current #10505. |
|
For the record: the ACK'd state was 779c049 |
78b77a4 to
fb2ca7f
Compare
|
Rebased to current master as #10505 was merged. |
fb2ca7f to
779c049
Compare
|
(just trying something ... reversed to ACK'd state) |
…nto gnrc_sixlowpan_iphc/fix/non-ieee802154-support
|
As expected, Murdock passes the state @haukepetersen ACK'd now. Can someone confirm, that this is indeed the case now? @kaspar030 @bergzand? |
Actually, I found another improvement.. So this needs to be re-ACKed :-/
|
May I ask with which tool you created the dependency diagram? |
|
GraphViz |
|
(and of course you may |
|
@kaspar030 you can find the source of the graph above here. The description language is graph driven and pretty easy to understand. |
772ab9b to
d94ba6c
Compare
|
Squashed |
|
and go |
Contribution description
Does what it says in the title + uses it where appropriate.
Testing procedure
Ping6 with
gnrc_networkingshould still work withnativeand an IEEE 802.15.4 based board. ICMPv6 error messages should still be sent as outlined in task 10 of the release specs.Issues/PRs references
Depends on
#10505(merged)