netplan:slyon/regression-lp1922898

Last commit made on 2021-05-10
Get this branch:
git clone -b slyon/regression-lp1922898 https://git.launchpad.net/netplan

Branch merges

Branch information

Name:
slyon/regression-lp1922898
Repository:
lp:netplan

Recent commits

1f5ba9d... by Lukas Märdian

doc: update tunnel_ttl documentation

7ecee02... by Lukas Märdian

parse: fix ABI compatibility with tunnel.ttl

4d4b918... by Lukas Märdian

Revert "Revert "Added TTL option for tunnels (LP: #1846783) (#194)""

This reverts commit 97d7d35704f3c3b80ba63e4f054fd8ac6303ba37.

52b82ba... by Lukas Märdian

parse.h: move new 'filename' pointer to the end to avoid changes in the memory layout

5d49251... by Lukas Märdian

Revert "Added TTL option for tunnels (LP: #1846783) (#194)"

This reverts commit 6c8ed65df7c7f31280d5d27b67195a1e9a746e7a.

dd4db6b... by Lukas Märdian

cli: SNAP special handling: improve test coverage and error handling (#209)

Improve test coverage and handle additional error cases.

This is a follow-up for #208 wrt. snapcore/snapd#10212

2eafea3... by Lukas Märdian

dbus:cli: implement io.netplan.Netplan.Generate() (#208)

Proxy the 'netplan generate' CLI via DBus, if called from within a snap,
to work around the strict AppArmor confinement.

see: snapcore/snapd#10212

COMMITS:
* dbus:cli: implement io.netplan.Netplan.Generate()
Proxy the 'netplan generate' CLI via DBus, if called from within a snap,
to work around the strict AppArmor confinement.
see: https://github.com/snapcore/snapd/pull/10212
* doc: mention Netplan.Generate() DBus method

da3fab1... by Lukas Märdian

cli:set: Fix netplan-set on Core20 (#207)

Using os.replace() leads to "Invalid cross-device link" errors on Core20 setups, due to having different mounts.
Use shutil.copy2() & os.remove() instead.

* cli:set: Fix netplan-set on Core20
* cli:set: use shutil.copy2()

a42fc2f... by Peter MacKinnon

Fix parsing of OVS values with colons (LP: #1913906) (#203)

Fixes the parse error for dict values that include ":"

COMMITS:
* Fix parsing of values with colons
* Update test_ovs.py
Fix pycodestyle pipeline
* Update ovs.py
One more pycodestyle error
* Update test_ovs.py
Add raw string to cure PEP8 fail
* tests:ovs: improve coverage for colon values

Co-authored-by: Pete MacKinnon <email address hidden>
Co-authored-by: Lukas Märdian <email address hidden>

2f7d973... by Lukas Märdian

tests:tunnels: improve flaky wireguard test with wait_output()