-
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_sixlowpan_nd_border_router: initial import of border router behavior of 6LoWPAN-ND #3134
Conversation
This is still very WIP. I'll focus on implementing the host behavior first (currently I ensured the forbidden actions are not executed and modified the interface initialization), so we can use it with a Linux or Contiki (border) router. After that router behavior (for the same reason) and finally the border router behavior. |
e1df097
to
8a548f0
Compare
3cb1661
to
b3c468e
Compare
Added #3143 as dependency. |
b3c468e
to
71e5b0f
Compare
Newest force-push of my ongoing work. Depends now on #3159 too. |
71e5b0f
to
f928d25
Compare
Updated. Now router behavior is implemented too. |
1da599c
to
2d1d7cc
Compare
Updated to latest version. |
No longer WIP in that I implemented everything from RFC 6775 I planned to, but I never really came to test it. |
2d1d7cc
to
852f0ba
Compare
needs rebase |
Here too: And a lot more ;-) |
5e347e6
to
8fc39fc
Compare
Rebased to current #3749. |
fa6a458
to
d1cc4db
Compare
Rebased to current #3749. |
d1cc4db
to
e4ca09f
Compare
Rebased to current #3749 |
e4ca09f
to
f6b4b76
Compare
Rebased to current #3749 |
needs rebase |
f6b4b76
to
14633d6
Compare
Done |
needs rebase |
14633d6
to
4da5c80
Compare
Rebased |
ACK! |
gnrc_sixlowpan_nd_border_router: initial import of border router behavior of 6LoWPAN-ND
Thanks for the review. This was a long way coming :D |
What happened to the good old "the border router will be ready soon"? |
The border router… is done :D |
This imports border router behavior for 6LoWPAN-ND and adapts GNRC accordingly
Depends on:
gnrc_ndp_router: Initial import of router behavior of router discovery #3049: router-behavior for normal router discovery(merged)gnrc_ndp: add support for address-less link-layers #3628: address-less link-layer handling for NDP(merged)gnrc_ipv6_nc: adapt neighbor cache for different ND implementations #3744:(merged)gnrc_ipv6_nc
adaption for 6LoWPAN-NDgnrc_ipv6_netif: prepare for router discovery #3745:(merged)gnrc_ipv6_netif
adaptations for router discoverygnrc_ndp_host: Initial import of host behavior of router discovery #3746: host-behavior for normal router discovery(merged)gnrc_ndp_internal: add capability to add external options to NAs #3747: adaption of the NA send function to build ARO externally(merged)gnrc_sixlowpan_nd: initial import of host behavior of 6LoWPAN-ND #3748: host-behavior for 6LoWPAN-ND(merged)gnrc_sixlowpan_nd_router: initial import of router behavior of 6LoWPAN-ND #3749: router-behavior for 6LoWPAN-ND(merged)