-
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_icmpv6_error: Initial import of IPv6 error convenience functions #3544
Conversation
0b930ba
to
4e13e7e
Compare
Rebased and adapted to current master |
4e13e7e
to
0c8e831
Compare
0c8e831
to
afb79c0
Compare
Fixed some pedantic errors. |
Needs a rebase. |
afb79c0
to
6b950e6
Compare
Rebased. |
Ready for review ;-) |
Everything seems ok! :) Travis is happy, didn't test... but go? ^_^ |
#else | ||
(void)code; | ||
#endif | ||
#ifdef MODULE_GNRC_PKTBUF |
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.
Is there any GNRC configuration without pktbuf?
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.
In theory for testing I guess.
@authmillenon, let's get this merged next Tuesday. |
ACK. Please squash! |
80f20c3
to
43f8487
Compare
Done |
…neterr gnrc_icmpv6_error: Initial import of IPv6 error convenience functions
Finally merged \o/ |
Hooray! |
Allows for sending ICMPv6 error messages and releasing the invoking packet with a fitting error code in one call.
Depends on
#3184 and #3362.(merged)