~raharper/netplan:fix/interval-sec

Last commit made on 2018-01-26
Get this branch:
git clone -b fix/interval-sec https://git.launchpad.net/~raharper/netplan
Only Ryan Harper can upload to this branch. If you are Ryan Harper please log in for upload directions.

Branch merges

Branch information

Name:
fix/interval-sec
Repository:
lp:~raharper/netplan

Recent commits

243e4bb... by Ryan Harper

Update docs and netplan to use milliseconds for time-based intervals

While networkd does accept time values for bonds and bridges at the 1 second
granularity, it also allows users to apply a suffix, such as 'ms' to indicate
the unit. netplan already documents that these time values are milliseconds for
the NetworkManager renderer, so this patch updates documentation to indicate
that all of the time values are now in millisecond form. The networkd renderer
is updated to append 'ms' to the interger value that's parsed.

LP: #1745597

b04135b... by Mathieu Trudel-Lapierre

Add codecov badge

c8dc05b... by Mathieu Trudel-Lapierre

Makefile: shuffle clean / coverage cleanup commands for CI

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

3afc9d7... by Mathieu Trudel-Lapierre

Add README.md for github.

1f53dcb... by Mathieu Trudel-Lapierre

Treat all warnings as errors, fix the only warning left for const missing_node

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

788282f... by Mathieu Trudel-Lapierre

releasing package nplan version 0.33

5e2412b... by Mathieu Trudel-Lapierre

Add bug tag for breadcrumbs packaging fix.

e355931... by Mathieu Trudel-Lapierre

doc: routes are not top-level, but per-interface

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

d40d372... by Mathieu Trudel-Lapierre

tests: Fix another tiny bug in generator test for bond port-priority

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

165e710... by Mathieu Trudel-Lapierre

tests: add integration tests for port-priority, fix bugs in implementation

Priority is only valid between 0 and 63, despite what the brctl manual says;
both NetworkManager and systemd-networkd enforce this.

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