]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: several fixlets for NDisc (#42218)
authorLuca Boccassi <luca.boccassi@gmail.com>
Thu, 21 May 2026 11:05:34 +0000 (12:05 +0100)
committerGitHub <noreply@github.com>
Thu, 21 May 2026 11:05:34 +0000 (12:05 +0100)
commitd46dae085f8a23d3e143a18b1879d178b6bcdcd0
tree3e753eaf47f37b0f3c92d7b5623fa12683d435ad
parenta080cb356c21c0575dcb2d135314b1a616e0a6de
parentdece52443cf2dab9fa6cb47a1102086997b6fc4a
network: several fixlets for NDisc (#42218)

Unfortunately, previously the path to test-ndisc-send has been wrong, so
some test cases have not been checked in our mkosi CIs. And two test
cases have been broken.

The test case `test_ndisc_redirect` was not updated when the logic in
networkd was changed by 9142bd5a8e9ed94ecbb1e335305e24760b90ad2a. The
change itself should be OK. So, the test case is updated.

The test case `test_ndisc_mtu` was broken when the commit
32417c172383847ec78b672c537594e3efe8f0e0 is merged. The commit is not
correct, as we cannot set IPv6 MTU larger than interface MTU. So, the
offending commit is reverted.
test/test-network/systemd-networkd-tests.py