ipv6_ext: add fragmentation extension definitions#11593
ipv6_ext: add fragmentation extension definitions#11593miri64 merged 2 commits intoRIOT-OS:masterfrom
Conversation
7d728da to
0d4b756
Compare
|
After adding On the but as @miri64 said, it was not introduced by these changes and it is indeed broken on master. |
|
Fixed a warning by coccinelle. |
|
While implementing fragmentation, I realized that |
haukepetersen
left a comment
There was a problem hiding this comment.
Code looks good to me, the header format is according to the standard and the helpers are useful and nicely documented. The unittests do also run fine (I tested on the microbit).
ACK
29bbc3c to
3e6cfcd
Compare
|
Squashed. |
|
Fixed a rebase error and a murdock issue. |
Contribution description
This provides an initial import of IPv6 fragmentation header definitions and helper functions.
Testing procedure
Issues/PRs references
Addresses #5371 in part.