~netplan-developers/netplan/+git/netplan:error-context

Last commit made on 2018-10-22
Get this branch:
git clone -b error-context https://git.launchpad.net/~netplan-developers/netplan/+git/netplan

Branch merges

Branch information

Name:
error-context
Repository:
lp:~netplan-developers/netplan/+git/netplan

Recent commits

fbcce25... by Mathieu Trudel-Lapierre

Correctly deref parser when looking up error context

f8c493b... by Mathieu Trudel-Lapierre

Merge branch 'master' into error-context

048c10f... by Neal Gompa

rpm: Update spec file to build with the current code

The version is set to the next version in anticipation
of the release that will build cleanly.

Signed-off-by: Neal Gompa <email address hidden>

2352930... by Neal Gompa

Makefile: Locate the correct nosetests binary on RPM/DEB distros

This fixes the ability to run the unit tests on RPM based distributions
without dropping support for Debian based ones.

Signed-off-by: Neal Gompa <email address hidden>

9cc36c4... by Daniel Axtens

docs: example with complex routing should specify networkd renderer

NM simply cannot render what is described.

Signed-off-by: Daniel Axtens <email address hidden>

be9d4e8... by Daniel Axtens

docs: clarify MAC and MTU setting requirements

We already document that you should match by MAC when setting MTU.
Because MAC addresses are set in the link file as well, they should
also specify a MAC.

Also point out that the restriction only applies to networkd.

Signed-off-by: Daniel Axtens <email address hidden>

4a14846... by Alan Johnson

Update tests for dhcp overrides.

f48e466... by Alan Johnson

Update documentation for dhcp overrides.

db6a8d9... by Alan Johnson

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

db6131a... 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.