~awj/netplan:dhcp-options

Last commit made on 2018-10-12
Get this branch:
git clone -b dhcp-options https://git.launchpad.net/~awj/netplan
Only Alan Johnson can upload to this branch. If you are Alan Johnson please log in for upload directions.

Branch merges

Branch information

Name:
dhcp-options
Repository:
lp:~awj/netplan

Recent commits

134ce17... by Alan Johnson

Update tests for dhcp overrides.

21d1bb7... by Alan Johnson

Update documentation for dhcp overrides.

e42787f... by Alan Johnson

Split dhcp-options into dchp4-overrides and dhcp6-overrides.

be9dbb4... by Alan Johnson

Add a dhcp-options block for specifying DHCP options to networkd.

This adds some of the easier options. This should be extensible to all
dhcp options supported by networkd.

The available options added in this commit are:
  use-dns
  use-ntp
  send-hostname
  use-hostname
  hostname

This fixes bug #1759014.

555a907... by Mathieu Trudel-Lapierre

releasing package netplan.io version 0.40.2

da431da... by Mathieu Trudel-Lapierre

Add changelog for bugfix 0.40.2

a4801fa... by Mathieu Trudel-Lapierre

Use r marker for regexed to pacify W605.

c5719e2... by Mathieu Trudel-Lapierre

releasing package netplan.io version 0.40.1

1f317bb... by Mathieu Trudel-Lapierre

Deal gracefully with empty files on 'netplan apply' (LP: #1795343)

0bf20a4... by Mathieu Trudel-Lapierre

tests/generate.py: use random.sample() instead of random.choices() to better support older pythons.