network-manager:ubuntu/master

Last commit made on 2023-10-26
Get this branch:
git clone -b ubuntu/master https://git.launchpad.net/network-manager
Members of Network-manager can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/master
Repository:
lp:network-manager

Recent commits

f7a8994... by Lukas Märdian

Update changelog

ea574d9... by Danilo Egea Gondolfo

debian/tests/network_test_base.py

Increase the waiting time between creating a veth pair and reading their
MAC addresses. On arm64, the system is taking longer to change the MAC
after creation, leading to failures due to differences in the expected
and current MAC addresses. See LP# 2023183.

7f4dc45... by Lukas Märdian

Update changelog

16bff42... by Lukas Märdian

d/network-manager.postinst: Drop reboot notification (LP: #2040292)

9073005... by Lukas Märdian

Update changelog

01dc0a4... by Danilo Egea Gondolfo

debian/tests/control

Add all the dependencies required by the nm_netplan.py tests.

7d8495c... by Danilo Egea Gondolfo

d/p/netplan/0003-Allow-the-NetworkManager-daemon-to-write-to-lib-netp.patch

Allow-list /usr/lib/netplan so libnetplan can open files from that
directory with writing permission. See LP: #2040153

6a5d30e... by Danilo Egea Gondolfo

debian/tests/nm_netplan.py

Start Network Manager via systemd. The .service unit file sets
ProtectSystem to true and we want to run the Netplan tests with this
restriction enabled.

2480291... by Lukas Märdian

Changelog

adc7973... by Lukas Märdian

network-manager.postinst: Skip unknown connection profiles (LP: #2039503)

Some connection profiles might not be loaded by modern NetworkManager, which
will make this command fail with the following error message:

$ ORIG_NAME=$(nmcli --get-values connection.id con show "$UUID")
NetworkManager[126986]: <warn> [1697527301.3708] settings: load: failure to load "/etc/NetworkManager/system-connections/UPTOWN.guests": filename is not valid for a keyfile

We need to detect such cases and skip corresponding connection profiles, in
order not to break the package upgrade (postinst).