~netplan-developers/netplan/+git/netplan:link-route

Last commit made on 2018-05-29
Get this branch:
git clone -b link-route https://git.launchpad.net/~netplan-developers/netplan/+git/netplan

Branch merges

Branch information

Name:
link-route
Repository:
lp:~netplan-developers/netplan/+git/netplan

Recent commits

85c3241... by Mathieu Trudel-Lapierre

tests: add error test for missing 'to' for a link scope route

cabd26f... by Mathieu Trudel-Lapierre

Fix support for link-scope routes

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

35a1fbb... by Mathieu Trudel-Lapierre

Add python3-netifaces to Depends, Build-Depends.

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

77ab99d... by Mathieu Trudel-Lapierre

Detect and apply interface naming changes on 'netplan apply'

If the iface is up, just run net_setup_link; otherwise run 'ip link set'.

This allows us to drop the infamous "replug" code.

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

f73bf3d... by Mathieu Trudel-Lapierre

Fix incorrect terminal reset in 'netplan try' on Ctrl-C. (LP: #1768798)

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

808b8cd... by Mathieu Trudel-Lapierre

Add bug tag for mtu doc update

a652679... by Mathieu Trudel-Lapierre

Update changelog

27d71fe... by Mathieu Trudel-Lapierre

Be verbose when validate_docs test passes

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

fe555b8... by Mathieu Trudel-Lapierre

try: only instanciate ConfigManager as needed, to ensure proper cleanup

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

51a6b1b... by Mathieu Trudel-Lapierre

debian/control: Add iproute2 to Depends.