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

gnrc_ndp: add adapters for NIB-based implementation #6380

Closed
wants to merge 2 commits into from

Commits on Mar 20, 2017

  1. gnrc_nib: add adapters for NIB-based implementation

    With the NIB implementation GNRC's NDP module will have building and
    sending NDP packets left as its only task. Since this will wastly
    simplify their structure there will be no need for an internal
    submodule.
    To simplify refactoring efforts later on this PR provides some adapters
    to emulate the later state of this module.
    miri64 committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    778388f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2017

  1. Configuration menu
    Copy the full SHA
    12e5870 View commit details
    Browse the repository at this point in the history