gnrc_sixloenc: introduce pseudo-module to send 6Lo frames over Ethernet#10665
Merged
cgundogan merged 5 commits intoRIOT-OS:masterfrom Jan 7, 2019
Merged
gnrc_sixloenc: introduce pseudo-module to send 6Lo frames over Ethernet#10665cgundogan merged 5 commits intoRIOT-OS:masterfrom
cgundogan merged 5 commits intoRIOT-OS:masterfrom
Conversation
This was referenced Dec 27, 2018
75b8fd1 to
481f742
Compare
Member
Author
|
Rebased to current master |
cgundogan
approved these changes
Jan 7, 2019
Member
cgundogan
left a comment
There was a problem hiding this comment.
ACK. I can confirm that the test works as specified. The wrong checksum is weird, though. Might be a wireshark issue. Btw, with the current approach no 6Lo fragmentation is used for packets larger than the configured MTU.
Member
Author
I am aware of that and plan to do that later in the future. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Contribution description
See title (it implements RFC 7973). Also activates capabilities, once this module is compiled in. I will add a way to configure the 6Lo capabilities of an Ethernet interface dynamically.
Testing procedure
gnrc_networkingfornativewithUSEMODULE += gnrc_sixloenc,dist/tools/tapsetup/tapsetupto create two bridged TAP interfaces,Wireshark should show a 6Lo dispatch within the Ethernet frame (not sure why it is showing "wrong checksum", RIOT is happy with it):
Issues/PRs references
Redoing #4861.
Resolves #4857.