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: queue packets that trigger probing on border router [backport 2021.10] #16949

Conversation

miri64
Copy link
Member

@miri64 miri64 commented Oct 5, 2021

Backport of #16947

Contribution description

When probing for an unknown neighbor, the NIB on a 6LoWPAN border router currently drops the packet that triggered that probing in accordance with RFC 6775. However, it also does that on the upstream interface, as queuing support is removed at compile-time altogether. This adds an exception to the compile-time config

Testing procedure

Try to ping an Internet host via a border router from a 6LoWPAN host (see e.g. Task 8.5 of the release specs). The first message should go through with this PR, without it, the message will get lost.

Issues/PRs references

None, but the issue in #11988 might be related.

@miri64 miri64 added Area: Kconfig Area: Kconfig integration 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 Process: release backport Integration Process: The PR is a release backport of a change previously provided to master Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) labels Oct 5, 2021
@miri64 miri64 merged commit b99b495 into RIOT-OS:2021.10-branch Oct 6, 2021
@miri64 miri64 deleted the backport/2021.10/gnrc_ipv6_nib/fix/queue-pkts-on-6lbr branch October 6, 2021 12:27
@benpicco benpicco added this to the Release 2021.10 milestone Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Kconfig Area: Kconfig integration 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 Process: release backport Integration Process: The PR is a release backport of a change previously provided to master Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants