6ln RA PIO with L flag set is not ignored #20377
Labels
Area: network
Area: Networking
Type: bug
The issue reports a bug / The PR fixes a bug (including spelling errors)
Description
(This was noticed because of the tests failing in #20371 )
The latter quote is not implemented in either tests or tested code.
Code implementation (tested code) adjustment would be a new PIO validity check failure condition:
|| (gnrc_netif_is_6ln(netif) && (pio->flags & NDP_OPT_PI_FLAGS_L))
Test adjustment is slightly more changes.
Steps to reproduce the issue
For example, observe failing tests in #20371
Expected results
These tests that currently fail in #20371 should not do so.
Actual results
They do fail.
Versions
Murdock on #20371
The text was updated successfully, but these errors were encountered: