~netplan-developers/netplan/+git/netplan:th/nm-route-and-ifname-glob

Last commit made on 2020-05-19
Get this branch:
git clone -b th/nm-route-and-ifname-glob https://git.launchpad.net/~netplan-developers/netplan/+git/netplan

Branch merges

Branch information

Name:
th/nm-route-and-ifname-glob
Repository:
lp:~netplan-developers/netplan/+git/netplan

Recent commits

f59dd8d... by Lukas Märdian

nm: silently ignore default 'global' scope

Error out if the scope was changed manually

ccf3a27... by Lukas Märdian

doc: Update for NM globbing & routes

6b288b3... by Lukas Märdian

tests: adopt NM routing

377f420... by Lukas Märdian

nm: ignore routes 'scope', but print warning.

For IPv6 addresses, kernel and NetworkManager don't support a scope.
For IPv4 addresses, NetworkManager determines the scope of addresses on its own
("link" for addresses without gateway, "global" for addresses with next-hop).

f3b7a54... by Lukas Märdian

test: adopt NM ifname glob match

7bb8a96... by Lukas Märdian

Merge remote-tracking branch 'origin/master' into th/nm-route-and-ifname-glob

35548a4... by Lukas Märdian

Don't fail if same primary slave was set before (LP: #1817651) (#136)

The netplan parser might run multiple passes, if unknown interfaces/netdefs are detected during a prior pass. In that case it would fail to set a bond's primary slave, because it was set before (to the same interface).

Fixes: https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1817651

61a7885... by Lukas Märdian

Merge branch 'master' into th/nm-route-and-ifname-glob

da6f776... by Lukas Märdian

Call daemon-reload after we touched systemd unit files (LP: #1874494) (#135)

When running netplan apply systemd unit files might be created/deleted/changed on disk. We need to run systemctl daemon-reload, to make systemd aware of those new units and calculate the new unit/service dependencies. Otherwise it will throw warnings at us:

ubuntu@ubuntu:~$ sudo netplan apply
Warning: The unit file, source configuration file or drop-ins of netplan-wpa-wlan0.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Warning: The unit file, source configuration file or drop-ins of netplan-wpa-wlan0.service changed on disk. Run 'systemctl daemon-reload' to reload units.

Fixes: https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1874494

be54ece... by Lukas Märdian

Makefile: improve 'make clean'