-
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_netif2: gnrc_ipv6_nib: full integration into GNRC #7925
Merged
Conversation
This file contains 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
2 tasks
Ping @RIOT-OS/maintainers? We are already three days behind schedule. |
4 tasks
This was referenced Nov 6, 2017
Yes. That was wrong copy-pasta ^^" |
All green! |
I'm not hitting that button. The honor belongs to one of you guys ;-). |
There you go :) 🎉 |
miri64
added a commit
to miri64/RIOT
that referenced
this pull request
Nov 27, 2017
This application existed due to a merge conflict of RIOT-OS#7925 due to a breaking of the GNRC merge embargo and is an exact duplicate of `tests/gnrc_netif` in all but in name. Since RIOT-OS#7925 is now merged, this application can be removed
This was referenced Nov 27, 2017
This was referenced Nov 28, 2017
This was referenced Nov 28, 2017
miri64
added a commit
to miri64/RIOT
that referenced
this pull request
Nov 29, 2017
Somehow, these files were forgotten in my big cleanup in RIOT-OS#7925. This fixes that.
miri64
added a commit
to miri64/RIOT
that referenced
this pull request
Nov 29, 2017
Somehow, these files were forgotten in my big cleanup in RIOT-OS#7925. This fixes that.
miri64
added a commit
to miri64/RIOT
that referenced
this pull request
Nov 29, 2017
Somehow, these files were forgotten in my big cleanup in RIOT-OS#7925. This fixes that.
miri64
added a commit
to miri64/RIOT
that referenced
this pull request
Nov 29, 2017
Somehow, these files were forgotten in my big cleanup in RIOT-OS#7925. This fixes that.
miri64
added a commit
to miri64/RIOT
that referenced
this pull request
Nov 30, 2017
Somehow, these files were forgotten in my big cleanup in RIOT-OS#7925. This fixes that.
miri64
added a commit
to miri64/RIOT
that referenced
this pull request
Nov 30, 2017
Somehow, these files were forgotten in my big cleanup in RIOT-OS#7925. This fixes that.
miri64
added a commit
to miri64/RIOT
that referenced
this pull request
Nov 30, 2017
Somehow, these files were forgotten in my big cleanup in RIOT-OS#7925. This fixes that.
panail
pushed a commit
to panail/RIOT
that referenced
this pull request
Oct 29, 2018
Somehow, these files were forgotten in my big cleanup in RIOT-OS#7925. This fixes that.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: network
Area: Networking
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Impact: major
The PR changes a significant part of the code base. It should be reviewed carefully
Process: API change
Integration Process: PR contains or issue proposes an API change. Should be handled with care.
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.
Reintegration PR for
gnrc_netif2_integration/master
/ organizational issue for GNRC integration ofgnrc_ipv6_nib
(the new neighbor discovery handler) andgnrc_netif2
(the new network interfaces; to be renamedgnrc_netif
before this one get's merged)See also the model of the NIB for more information.
!!! THIS PR DOES NOT REQUIRE CODE REVIEW, ONLY TESTING !!! IT IS AN AGGREGATION OF THE PULL REQUESTS MENTIONED BELOW!!!
TODOs
(in order of priority)
gnrc_netif2
integration (@miri64, gnrc: integrate gnrc_netif2 #7424) [until Nov 3]gnrc_ipv6_nib
port tognrc_netif2
(@miri64, gnrc_ipv6_nib: port to gnrc_netif2 #7456) [until Nov 3]gnrc_ipv6_nib
(@miri64, gnrc_ipv6_nib: implement behavior for router discovery #7479) [until Nov 15]gnrc_ipv6_nib
(@cgundogan, gnrc_rpl: port to nib #8010) [until Nov 20]gnrc_netif2
(@zhuoshuguo, gnrc_lwmac: port to gnrc_netif2 #7895)xbee
adaption layer forgnrc_netif2
(@miri64, xbee: port to gnrc_netif2 #7898) [until Nov 15]gnrc_netif2
(@miri64, gnrc_netif2: provide raw adaption layer (for e.g. SLIP) #7462) [until Nov 15]cc110x
adaption layer forgnrc_netif2
(@miri64, cc110x: port to gnrc_netif2 #7414) [until Nov 15]gnrc_netif2
(@miri64, pkg: port nordic_softdevice_ble to gnrc_netif2 #7419) [until Nov 15]gnrc_ipv6_nib
(@miri64, shell: do not advertise reactively in 6ctx command #8077) [until Nov 20]gnrc_netif
andgnrc_ndp
(@miri64, gnrc: remove legacy GNRC code #8064) [until Nov 20]s/2$//g
(@miri64, gnrc_(*)2: rename to gnrc_\1 #8069) [until Nov 20]This PR is part of the network layer remodelling effort:
