mirror of
https://github.com/systemd/systemd.git
synced 2026-08-12 22:17:19 +00:00
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 by9142bd5a8e. The change itself should be OK. So, the test case is updated. The test case `test_ndisc_mtu` was broken when the commit32417c1723is merged. The commit is not correct, as we cannot set IPv6 MTU larger than interface MTU. So, the offending commit is reverted.