~netplan-developers/netplan/+git/netplan-lp:cyphermox/coverage

Last commit made on 2016-12-07
Get this branch:
git clone -b cyphermox/coverage 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:
cyphermox/coverage
Repository:
lp:~netplan-developers/netplan/+git/netplan-lp

Recent commits

1e99a7f... by Mathieu Trudel-Lapierre

Fix coverage for src/netplan to be 100%, and fail if coverage falls below that mark again.

Signed-off-by: Mathieu Trudel-Lapierre <email address hidden>

26c654c... by Martin Pitt

doc/netplan.md: Point out that NM does not support globbing

LP: #1631018

8ab2f20... by Martin Pitt

doc/example-config: Adjust "routes:" example

It does not make sense to make "routes:" a global thing, they should be tied to
an interface so that the route is only set when the corresponding interface
exists and is up, and the config is not split in two parts.

651db4f... by Martin Pitt

releasing package nplan version 0.15

00ae558... by Martin Pitt

tests/generate.py: Fix PEP-8 error

94d77a8... by Martin Pitt

releasing package nplan version 0.14

de81267... by Martin Pitt

tests/integration.py: Fix race condition with waiting for networkd

"netplan apply" asynchronously starts networkd, so it often is still in state
"activating" (for which is-active exits with 3). Accept this as "networkd is
being used".

ceb0019... by Martin Pitt

doc/netplan.md: Clarify introduction

Since version 0.11 netplan defaults to rendering wifi devices with
networkd+wpasupplicant.

Remove confusing and meaningless "Default policy applies with no config file
present" -- without a config file netplan is a no-op.

d0da187... by Martin Pitt

doc/netplan.md: Fix wrong wifi reference in "br0" example

42eb086... by Martin Pitt

networkd: Use NetworkManager compatible DHCP route metrics

NetworkManager assigns a DHCP-acquired route metric of 100 for ethernet and 600
for wifi. Do the same for networkd, so that metrics are compatible when using
both at the same time.

LP: #1639754