~netplan-developers/netplan/+git/netplan-lp:master-new

Last commit made on 2017-07-13
Get this branch:
git clone -b master-new https://git.launchpad.net/~netplan-developers/netplan/+git/netplan-lp
Members of Developers of netplan can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master-new
Repository:
lp:~netplan-developers/netplan/+git/netplan-lp

Recent commits

9ac02b6... by Mathieu Trudel-Lapierre

src/nm.c: Explicitly set IPv6 method=ignore when IPv6 is otherwise not configured; this follows the same logic as setting IPv6AcceptRA=no in networkd, with the exception that NM does not currently disable RAs. When it does, an unconfigured device for IPv6 will truly be left with no config.

9df0eb6... by Mathieu Trudel-Lapierre

Update changelog for missing bug tag.

56cd3ee... by Mathieu Trudel-Lapierre

src/networkd.c: Set IPv6AcceptRA=no anytime we don't do DHCPv6 (or by the same config, SLAAC), and don't have static addresses set. This should fix the cases where unconfigured devices still get an IPv6 address. (LP: #1655440)

dfe290e... by Mathieu Trudel-Lapierre

src/nm.c: set the MTU even though we also specify it in systemd-networkd for consumption by udev. NetworkManager will try to set it and might otherwise default to the wrong value.

ab9d85f... by Mathieu Trudel-Lapierre

tests/integration.py: clean up after br0 in networkd's test_bridge_mac; as the remaining interface and udev configuration can confuse NetworkManager now that it seems to manage random devices it did not create again.

57c620e... by Mathieu Trudel-Lapierre

tests/generate.py: add a test to validate that correct blacklist entries are added when creating virtual devices.

91e7f73... by Mathieu Trudel-Lapierre

releasing package nplan version 0.24

d2becc0... by Mathieu Trudel-Lapierre

debian/control: set Priority to important to make sure we can get into minimal.

9e522e0... by Mathieu Trudel-Lapierre

releasing package nplan version 0.23

0a76121... by Mathieu Trudel-Lapierre

Do not unbind brcmfmac, interface will be gone. (LP: #1696162)