-
Notifications
You must be signed in to change notification settings - Fork 2.1k
gnrc_sixlowpan_iphc: prefix bits outside context must be zero #19649
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
Conversation
ec235c8
to
a656114
Compare
a656114
to
7e9308d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be good I would say. It fixes the issues described in the testing procedure. And miris comments were addressed I think
bors merge |
🕐 Waiting for PR status (GitHub check) to be set, probably by CI. Bors will automatically try to run when all required PR statuses are set. |
bors merge |
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. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Contribution description
Testing procedure
We have a
/33
compression contextAnd a route to a
/64
subnet inside the previous network.We can successfully ping a host inside the
/64
network.On
master
the compression context would be used instead, resulting in the packet being sent to the non-existingfd00:0:8000::6481:20ff:fef9:b694
.Issues/PRs references
alternative to #19648