[Touch-packages] [Bug 1937117] Re: misconfigured networkd may break after networkd restart

2023-01-30 Thread Jan Graichen
> Note that the *proper* way to place eth0 into a bridge while also being under systemd-networkd management is to create a .netdev for the bridge and assign eth0 to it. What is the recommended way for Ubuntu's OpenStack offering that dynamically creates bridges (neutron-linuxbridge-agent)? Not

[Touch-packages] [Bug 1937117] Re: misconfigured networkd may break after networkd restart

2021-07-21 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 237-3ubuntu10.50 --- systemd (237-3ubuntu10.50) bionic-security; urgency=medium * d/p/lp1937117-revert-lp1929560-network-move-set-MAC-and-set-nomaster-operations-out.patch: Revert patch due to users expecting previous buggy behavior

[Touch-packages] [Bug 1937117] Re: misconfigured networkd may break after networkd restart

2021-07-21 Thread Launchpad Bug Tracker
This bug was fixed in the package systemd - 245.4-4ubuntu3.11 --- systemd (245.4-4ubuntu3.11) focal-security; urgency=medium * d/p/lp1937117/0001-revert-lp1929560-network-move-set-MAC-and-set-nomaster-operations-out.patch,

[Touch-packages] [Bug 1937117] Re: misconfigured networkd may break after networkd restart

2021-07-21 Thread Dan Streetman
** Patch added: "lp1937117-bionic.debdiff" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1937117/+attachment/5512599/+files/lp1937117-bionic.debdiff -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in

[Touch-packages] [Bug 1937117] Re: misconfigured networkd may break after networkd restart

2021-07-21 Thread Dan Streetman
Attached debdiffs for b/f. Note that Bionic only needs a revert of the patch for the original bug, but Focal requires the patch revert plus an additional small patch to restore the previous behavior, due to other patches added for bug 1664844. -- You received this bug notification because you

[Touch-packages] [Bug 1937117] Re: misconfigured networkd may break after networkd restart

2021-07-21 Thread Dan Streetman
** Patch added: "lp1937117-focal.debdiff" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1937117/+attachment/5512598/+files/lp1937117-focal.debdiff -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in

[Touch-packages] [Bug 1937117] Re: misconfigured networkd may break after networkd restart

2021-07-21 Thread Dan Streetman
Note that the *proper* way to place eth0 into a bridge while also being under systemd-networkd management is to create a .netdev for the bridge and assign eth0 to it, e.g.: $ cat 10-br0.netdev [NetDev] Name=br0 Kind=bridge cat 10-netplan-eth0.network [Match] Name=eth0 [Network] DHCP=ipv4