- all properties that are available in the latest netplan version 0.106.1
- device types: modem, vrf, dummy_device
- BREAKING CHANGE: device type tunnel:
keys
is now an alias forkey
- BREAKING CHANGE: device type bonds:
all-slaves-active
has been renamed toall-members-active
,packets-per-slave
has been renamed topackets-per-member
- show deprecation info for
gateway4
andgateway6
- support for new routing options: advertised-receive-window, congestion-window, mtu
- merged 'Gre tunnel fix' (#25)
- merged 'Add from to routes to ethernets' (#21)
- support for device type
tunnels
- support for authentication (wifi & ethernet)
- support for ipv6-privacy, link-local, dhcp4-overrides, dhcp6-overrides, optional-addresses
- changed
fwmark
tomark
in therouting-policy
setting
- merged 'Purges undeclared configuration file in /etc/netplan directory' (PR #13)
- merged 'Add support for
critical
netplan option' (PR #14)
- merged 'Support puppet 6' (PR #12)
- updated dependencies
- merged 'fix_logwatch_module_conflict' (PR #7)
- merged 'Expand $nameservers[addresses] to multi lines' (PR #6)
- puppetlabs-stdlib Stdlib::IP::Address::V4 doesn't match '0.0.0.0/0' (Issue #5)
- add absolute path to netplan binary (Issue #4)
- allow floats for mii_monitor_interval, up_delay, down_delay
- fix puppet version requirement
- fix module name in metadata.json
- remove appveyor.yml
- migrate to PDK (Issue #1)
- Changelog
- fix lint issues with quoted boolean values
- fix typos
- Initial release