Skip to content
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

Merged
merged 3 commits into from
May 26, 2015

Conversation

miri64
Copy link
Member

@miri64 miri64 commented Apr 30, 2015

Based on #2555 (merged).

@miri64 miri64 added Type: new feature The issue requests / The PR implemements a new feature for RIOT NSTF labels Apr 30, 2015
@miri64 miri64 added this to the Network Stack Task Force milestone Apr 30, 2015
@miri64 miri64 force-pushed the ng_ipv6_ext/feat/initial branch from e60c851 to 8383954 Compare May 1, 2015 11:56
@miri64
Copy link
Member Author

miri64 commented May 1, 2015

Rebased to current master

} ng_ipv6_ext_t;

/**
* @brief Demultiplex a extension headers according to @p nh.
Copy link
Member

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

@cgundogan cgundogan added the CI: needs squashing Commits in this PR need to be squashed; If set, CI systems will mark this PR as unmergable label May 11, 2015
@cgundogan
Copy link
Member

I invite you to squash now (:

@miri64
Copy link
Member Author

miri64 commented May 11, 2015

Squashed

@cgundogan cgundogan removed the CI: needs squashing Commits in this PR need to be squashed; If set, CI systems will mark this PR as unmergable label May 11, 2015
@cgundogan
Copy link
Member

GO when travis shows green

@OlegHahm
Copy link
Member

Am I the only one where https://travis-ci.org/RIOT-OS/RIOT/pull_requests is not loading properly?

@cgundogan
Copy link
Member

@OlegHahm the site is also not loading properly for me.

@miri64
Copy link
Member Author

miri64 commented May 12, 2015

They updated yesterday night so that might be the reason

@OlegHahm
Copy link
Member

Seems to be working again.

@cgundogan
Copy link
Member

@authmillenon, one more thing before the final merge: can you change the last commit message /rpl/ng_rpl/ ?

@miri64
Copy link
Member Author

miri64 commented May 12, 2015

done

@miri64
Copy link
Member Author

miri64 commented May 17, 2015

Rebased and adapted to current master, please re-review.

@miri64
Copy link
Member Author

miri64 commented May 22, 2015

Kicked travis... @cgundogan ping?

}

if (size < NG_IPV6_EXT_LEN_UNIT) {
return NULL;
Copy link
Member

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

@OlegHahm
Copy link
Member

Apart from comment: untested re-ACK

miri64 added a commit that referenced this pull request May 26, 2015
ng_ipv6_ext: initial import of extension header handling (including RPL SRH)
@miri64 miri64 merged commit e3bdc53 into RIOT-OS:master May 26, 2015
@miri64 miri64 deleted the ng_ipv6_ext/feat/initial branch May 26, 2015 18:16
@miri64
Copy link
Member Author

miri64 commented May 26, 2015

Will fix the comment in follow-up. No patience to wait for travis again.

@miri64
Copy link
Member Author

miri64 commented May 26, 2015

See #3074

@miri64 miri64 added the Area: network Area: Networking label Sep 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: network Area: Networking Type: new feature The issue requests / The PR implemements a new feature for RIOT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants