~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager:fix-netplan-write-generated

Last commit made on 2023-01-10
Get this branch:
git clone -b fix-netplan-write-generated https://git.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager
Only Alfonso Sanchez-Beato can upload to this branch. If you are Alfonso Sanchez-Beato please log in for upload directions.

Branch merges

Branch information

Name:
fix-netplan-write-generated
Repository:
lp:~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager

Recent commits

c6b44b3... by Alfonso Sanchez-Beato

snap-patch/netplan: do not write external or generated connections

See
https://developer-old.gnome.org/NetworkManager/stable/nm-dbus-types.html#NMSettingsConnectionFlags

5d4c86b... by Alfonso Sanchez-Beato

tests/openvpn: make sure we can ping to any OpenVPN tunnel

as it is not clear which tunnel we are connection to.

0b20939... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch wireguard-test

Merge-Proposal: https://code.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager/+merge/434372

Author: Alfonso Sanchez-Beato <email address hidden>

Add new test to prevent regressions for wireguard VPNs.

72cfc5d... by Alfonso Sanchez-Beato

hooks/remove: prevent re-apperance of 00-default-nm-renderer.yaml on removal

00c42d1... by Alfonso Sanchez-Beato

docs: update track information

b3223f0... by Alfonso Sanchez-Beato

docs: add VPN related documentation

f469c6a... by Alfonso Sanchez-Beato

tests/openvpn: make sure we reach the other end of tunnel

1fb1811... by Alfonso Sanchez-Beato

tests/vpn: add new test for wireguard

So we make sure that wireguard is not regressed.

4c48c2e... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch openvpn-support

Merge-Proposal: https://code.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager/+merge/433744

Author: Alfonso Sanchez-Beato <email address hidden>

Add support for OpenVPN

4eccda6... by Alfonso Sanchez-Beato

hooks/remove: wait a bit before applying netplan configuration

Apparently when the call to io.netplan.Netplan.Generate returns it has
not necessarily performed all changes in the filesystem, which is
arguably a bug. Let's wait a bit as a workaround.