~chad.smith/cloud-init:bug/17746666-netplan-mtu-on-bonds

Last commit made on 2018-06-12
Get this branch:
git clone -b bug/17746666-netplan-mtu-on-bonds https://git.launchpad.net/~chad.smith/cloud-init
Only Chad Smith can upload to this branch. If you are Chad Smith please log in for upload directions.

Branch merges

Branch information

Name:
bug/17746666-netplan-mtu-on-bonds
Repository:
lp:~chad.smith/cloud-init

Recent commits

5138860... by Chad Smith

add mtu config docs to common netplan rtd

0cef9d1... by Chad Smith

drop debug maxDiff

e4486d4... by Chad Smith

Add an assert that we only emit warnings when device-level mtu does not match subnet-level mtu if both are present.

9b946e1... by Chad Smith

net render: only warn if device-level mtu != subnet-level mtu

10a79a4... by Chad Smith

sysconfig should also emit a warning if device-level mtu is provided and ipv4-subnet also provided

12c7a50... by Chad Smith

pycodestyle fix

8470eef... by Chad Smith

use subnet's ipv4 mtu over device-level mtu config

51004fc... by Chad Smith

address review commment handle mtu config settings in comment _extract_addresses function

4eb1912... by Chad Smith

rtd docs adding mtu to bond and vlan

6956c65... by Chad Smith

netplan: render bond and vlan mtu if provided by network config

When network configuration for vlan and bond interfaces declare
mtu values, the netplan renderer will pass those config values
into netplan.

LP: #1774666