-
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
ng_ipv6_ext: initial import of extension header handling (including RPL SRH) #2898
Conversation
e60c851
to
8383954
Compare
Rebased to current master |
} ng_ipv6_ext_t; | ||
|
||
/** | ||
* @brief Demultiplex a extension headers according to @p nh. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
either remove a
or make headers
singular
I invite you to squash now (: |
90d3aaf
to
0eadaf6
Compare
Squashed |
GO when travis shows green |
Am I the only one where https://travis-ci.org/RIOT-OS/RIOT/pull_requests is not loading properly? |
@OlegHahm the site is also not loading properly for me. |
They updated yesterday night so that might be the reason |
Seems to be working again. |
@authmillenon, one more thing before the final merge: can you change the last commit message /rpl/ng_rpl/ ? |
0eadaf6
to
35cf9bf
Compare
done |
35cf9bf
to
abc0280
Compare
Rebased and adapted to current master, please re-review. |
Kicked travis... @cgundogan ping? |
} | ||
|
||
if (size < NG_IPV6_EXT_LEN_UNIT) { | ||
return NULL; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exit early on null parameter
Apart from comment: untested re-ACK |
ng_ipv6_ext: initial import of extension header handling (including RPL SRH)
Will fix the comment in follow-up. No patience to wait for travis again. |
See #3074 |
Based on #2555(merged).