[Bug 2034595] Re: If the loopback interface is managed via Netplan with network-manager, netplan apply will take it down and NM will not bring it back
Launchpad Bug Tracker
2034595 at bugs.launchpad.net
Thu Sep 14 23:26:55 UTC 2023
This bug was fixed in the package netplan.io - 0.107-5
---------------
netplan.io (0.107-5) unstable; urgency=medium
* d/p/lp2034595: Fix NetworkManager loopback interaction (LP:
#2034595)
-- Lukas Märdian <slyon at debian.org> Thu, 14 Sep 2023 17:08:13 +0530
** Changed in: netplan.io (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to netplan.io in Ubuntu.
Matching subscriptions: foundations-bugs
https://bugs.launchpad.net/bugs/2034595
Title:
If the loopback interface is managed via Netplan with network-manager,
netplan apply will take it down and NM will not bring it back
Status in netplan.io package in Ubuntu:
Fix Released
Bug description:
NM is not bringing the loopback interface back automatically after
netplan apply flushes its addresses. It's not clear if it's a bug in
NM or intended behavior.
It's bad because we have services listening on the loopback interface,
such as resolved.
How to reproduce:
1) Install network-manager in Mantic and let it manage at least one of your interfaces. You'll see it's managing 'lo' automatically
2) Try to change the 'lo' connection, something like nmcli con mod lo mtu 1500 NM will emit a YAML (an nm-device) for 'lo'
3)Run netplan apply
4)You'll see that the 'lo' connection is down and the 'lo' interface has no IPs
You can bring it back with nmcli con up lo
See https://github.com/canonical/netplan/pull/408
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2034595/+subscriptions
More information about the foundations-bugs
mailing list