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

lwip: initialize link-local address correctly #5718

Merged
merged 1 commit into from
Aug 9, 2016

Commits on Aug 2, 2016

  1. lwip: initialize link-local address correctly

    lwIP does some weird byte-swapping in netif_create_ip6_linklocal_address()
    with non-ethernet-addresses, so I rather initialize it like in GNRC, so it is
    compatible to both GNRC and emb6.
    miri64 committed Aug 2, 2016
    Configuration menu
    Copy the full SHA
    cc6b123 View commit details
    Browse the repository at this point in the history