Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

gnrc ipv6: sending over loopback is broken #5279

Closed
OlegHahm opened this issue Apr 9, 2016 · 1 comment
Closed

gnrc ipv6: sending over loopback is broken #5279

OlegHahm opened this issue Apr 9, 2016 · 1 comment
Assignees
Labels
Area: network Area: Networking Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)

Comments

@OlegHahm
Copy link
Member

OlegHahm commented Apr 9, 2016

Receiving an IPv6 datagram requires a netif header. This header is missing for loopback packets and will thus cause a failing assertion which leads to a kernel panic.

Possible solutions are #5247 or reverting #5179. See also the discussion on the mailing list: https://lists.riot-os.org/pipermail/devel/2016-April/003808.html.

@OlegHahm OlegHahm added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Area: network Area: Networking GNRC labels Apr 9, 2016
@OlegHahm OlegHahm added this to the Release 2016.04 milestone Apr 9, 2016
@miri64
Copy link
Member

miri64 commented Apr 20, 2016

Fixed by #5326.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Area: network Area: Networking Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

No branches or pull requests

3 participants