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/ipv6/nib: fix 6Lo ND options on non 6Lo interface #19604

Conversation

fabian18
Copy link
Contributor

@fabian18 fabian18 commented May 17, 2023

Contribution description

We have put a Raspberry Pi behind a 6Lo network and discovered that the 6Lo router includes the 6Lo ND options in router advertisements over the non sixlowpan interface to the Pi.
This behaviour is probably not useful/intended. So we check if the interface over which the RA is sent, is a 6Lo interface before the 6Lo ND options are appended.

Testing procedure

Our setup is Raspi --> 6LBR --> 6LR --> Raspi

Issues/PRs references

alternative to #17594

If a 6Lo router sends and RA over a non-6Lo interface it should not include the options which are specifically for 6Lo ND
@fabian18
Copy link
Contributor Author

@miri64 :)

@benpicco benpicco added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label May 17, 2023
@riot-ci
Copy link

riot-ci commented May 17, 2023

Murdock results

✔️ PASSED

ea9995e gnrc/ipv6/nib: fix 6Lo ND options on non 6Lo interface

Success Failures Total Runtime
6931 0 6931 11m:24s

Artifacts

@fabian18
Copy link
Contributor Author

bors merge

@bors
Copy link
Contributor

bors bot commented May 22, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit eb10a5c into RIOT-OS:master May 22, 2023
@benpicco benpicco added this to the Release 2023.07 milestone Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: network Area: Networking Area: sys Area: System CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants