debcrafters-packages team mailing list archive
-
debcrafters-packages team
-
Mailing list archive
-
Message #04512
[Bug 2115800] Re: systemd-networkd on noble with PreferredSource does not install routes
This can be reproduced easily using the test case here[1], which
provides an easy test plan for SRU.
The patches don't apply cleanly, so I will need to do some more work to
make sure the backport is feasible.
[1]
https://github.com/systemd/systemd/pull/33875/commits/f320c0777af30c1844ddb4d3d0a4535ab7d694bc
** Tags added: systemd-sru-next
** Changed in: systemd (Ubuntu Noble)
Importance: Undecided => Low
** Changed in: systemd (Ubuntu Noble)
Assignee: (unassigned) => Nick Rosbrook (enr0n)
--
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/2115800
Title:
systemd-networkd on noble with PreferredSource does not install routes
Status in systemd package in Ubuntu:
Fix Released
Status in systemd source package in Noble:
Confirmed
Status in systemd source package in Plucky:
Fix Released
Bug description:
Ubuntu Release:
Description: Ubuntu 24.04.2 LTS
Release: 24.04
Version of package:
systemd:
Installed: 255.4-1ubuntu8.8
Candidate: 255.4-1ubuntu8.8
Issue:
Routes with PreferredSource are not being installed properly. There's also an upstream bug report about this: https://github.com/systemd/systemd/issues/31950
Example .network config:
```
[Match]
Name=bond0
[Address]
Address=10.10.10.100/32
Peer=10.10.10.98/32
[Route]
Gateway=10.10.10.98
PreferredSource=10.10.10.100
[Address]
Address=fd00:abcd:cafe:babe::5406/120
[Route]
Gateway=fd00:abcd:cafe:babe::5401
PreferredSource=fd00:abcd:cafe:babe::5406
[Network]
VLAN=bond0.200
IPv6AcceptRA=no
DNS=185.12.64.1
DNS=185.12.64.2
```
Expected behaviour: Routes with PreferredSource are being installed
properly.
Actual behaviour: Not all routes with PreferredSource are being
installed.
Upstream fix that was not included in v255 and would need a backport: https://github.com/systemd/systemd/pull/33875
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2115800/+subscriptions
References