~netplan-developers/netplan/+git/netplan:openvswitch-initial

Last commit made on 2020-05-20
Get this branch:
git clone -b openvswitch-initial https://git.launchpad.net/~netplan-developers/netplan/+git/netplan

Branch merges

Branch information

Name:
openvswitch-initial
Repository:
lp:~netplan-developers/netplan/+git/netplan

Recent commits

5a64979... by Łukasz Zemczak

100% coverage, add support for global mapping, fixes/improvements per Lukas's review.

b8dfff5... by Łukasz Zemczak

Initial first-try framework for OpenVSwitch schema

This basically adds support for generating systemd unit files that would then later configure the OVS bits for devices that require it. The only schema piece supported right now is 'other-config' and 'external-ids', which were quite easy to do as they directly pass-through to OVS. Global setting not yet supported.

There is a basic OVS test to confirm that the parser and generator changes work.

be54ece... by Lukas Märdian

Makefile: improve 'make clean'

a56f98d... by Łukasz Zemczak

Add missing feature flags, fix manpage for DHCP overrides.

ec22d54... by Lukas Märdian

doc: improve ipv6-address-generation documentation

a742337... by Lukas Märdian

doc: fix 'modems' formatting

11961d5... by Lukas Märdian

test:wifi: fix typo in test YAML

a28fe65... by Ashley Anderson

Add `hidden` to connect to non-broadcast SSIDs (#132)

This adds the 'hidden' keyword to the netplan wireless schema, supported on both the networkd and NetworkManager backends.

Co-authored-by: Łukasz Zemczak <email address hidden>

5df5831... by Łukasz Zemczak

Add some basic SR-IOV examples.

a9f138d... by Lukas Märdian

Fix LP#1874377: Not connect to WiFi after 'netplan apply' (#133)

* Fix LP#1874377: Not connect to WiFi after 'netplan apply'

Seems like the 'netplan apply' command was not properly adopted in #109 when wired wpa_supplicant support was introduced.

Fixes: https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1874377