examples: tests: port applications to gnrc_netif2#7966
examples: tests: port applications to gnrc_netif2#7966miri64 merged 11 commits intoRIOT-OS:gnrc_netif2_integration/masterfrom
Conversation
|
I do get lets of linker errors for missing symbols of netif (old version1) functions, is that to be expected? For instance when compiling |
Nope, they are all NDP related (look at the objects that cause those linker errors). They should be fixed in #7456. |
a3664c9 to
57ac108
Compare
|
Ok. I searched for all the "failed:" in Murdock's log now. Only remaining fails are in tests, that try to link in |
|
@bergzand can you have a look at this as well, please? |
Just started reviewing, give me a few minutes :) |
Sorry didn't mean to put you in a hurry, just wanted to make you aware of this PR :-) |
tests/gnrc_ipv6_ext/main.c
Outdated
| #include "net/gnrc/netif.h" | ||
| #include "net/gnrc/netif2.h" | ||
| #include "net/gnrc/netif/hdr.h" | ||
| #include "xtimer.h" |
There was a problem hiding this comment.
This include seems to be unecessary.
No worries :) |
|
Addressed. |
|
Ack, ready to squash. |
Test currently not working
e5c8793 to
7a833f8
Compare
|
Squashed |
I've missed some applications in #7424. This takes care of most of them. I also know of
gnrc_ipv6_extbut when I fix the compile issue the test itself fails. I have to look into that deeper and then will provide a fix for that as wellThis PR is part of the network layer remodelling effort:
