~netplan-developers/netplan/+git/netplan:netplan-info

Last commit made on 2019-08-15
Get this branch:
git clone -b netplan-info https://git.launchpad.net/~netplan-developers/netplan/+git/netplan

Branch merges

Branch information

Name:
netplan-info
Repository:
lp:~netplan-developers/netplan/+git/netplan

Recent commits

84d2173... by Mathieu Trudel-Lapierre

Merge branch 'master' into netplan-info

902db10... by Mathieu Trudel-Lapierre

Add CLI tests for 'netplan info'

12adf8b... by Mathieu Trudel-Lapierre

Explicitly skip coverage for systemd-dbus code not captured in cov

c0d3861... by Mathieu Trudel-Lapierre

Ensure URL for netplan website returned from 'netplan info' is HTTPS

cdb25e6... by Mathieu Trudel-Lapierre

Define GCOV such that it can be overriden if necessary

3da3174... by Mathieu Trudel-Lapierre

Fix small errors in python code

fd125be... by Mathieu Trudel-Lapierre

Small fixes to support prefix for installing dbus pieces

2481a4e... by Mathieu Trudel-Lapierre

Add 'info' DBus method

5d22e9d... by Raul Rodrigo Segura

Add support for UseDomains override to DHCP (#95)

* add useDomains override option

* change compare method. Before type use-domains are bool

* add documentation

76bbf79... by ipchama <email address hidden>

Bonding mode validation (#97)

* Adding bonding mode handler to catch unknown bond types.

* Calling handle_netdef_str after validating mode option to stay DRY.

* Fixing tests. Bond mode tests were incorrectly using 802.1ad (QinQ), when try to test LACP (802.3ad)

* Added test for bad mode path.

* Missing err.