Merge ~slyon/netplan/+git/ubuntu:upstream/latest into ~ubuntu-core-dev/netplan/+git/ubuntu:upstream/latest
Proposed by
Lukas Märdian
Status: | Merged | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Merged at revision: | 9001f0ad01f79345ca556936390821b7140d6d94 | ||||||||||||||||
Proposed branch: | ~slyon/netplan/+git/ubuntu:upstream/latest | ||||||||||||||||
Merge into: | ~ubuntu-core-dev/netplan/+git/ubuntu:upstream/latest | ||||||||||||||||
Diff against target: |
8185 lines (+5730/-508) 45 files modified
Makefile (+3/-2) doc/netplan.md (+298/-74) examples/sriov.yaml (+14/-0) examples/sriov_vlan.yaml (+18/-0) examples/static.yaml (+2/-2) netplan/cli/commands/apply.py (+91/-17) netplan/cli/commands/try_command.py (+2/-2) netplan/cli/ovs.py (+168/-0) netplan/cli/sriov.py (+32/-18) netplan/cli/utils.py (+32/-0) netplan/configmanager.py (+32/-0) src/generate.c (+14/-2) src/networkd.c (+114/-32) src/networkd.h (+2/-0) src/nm.c (+109/-26) src/openvswitch.c (+484/-0) src/openvswitch.h (+24/-0) src/parse.c (+763/-241) src/parse.h (+56/-4) src/sriov.c (+40/-0) src/sriov.h (+21/-0) src/util.c (+29/-0) src/util.h (+6/-2) src/validation.c (+155/-10) src/validation.h (+3/-0) tests/generator/base.py (+54/-0) tests/generator/test_args.py (+18/-4) tests/generator/test_bonds.py (+42/-0) tests/generator/test_common.py (+194/-1) tests/generator/test_errors.py (+69/-1) tests/generator/test_ethernets.py (+23/-7) tests/generator/test_ovs.py (+1021/-0) tests/generator/test_routing.py (+145/-17) tests/generator/test_tunnels.py (+477/-5) tests/generator/test_wifis.py (+143/-0) tests/integration/base.py (+6/-4) tests/integration/ethernets.py (+38/-0) tests/integration/ovs.py (+559/-0) tests/integration/routing.py (+76/-21) tests/integration/tunnels.py (+71/-0) tests/test_configmanager.py (+21/-0) tests/test_ovs.py (+129/-0) tests/test_sriov.py (+55/-12) tests/test_utils.py (+73/-0) tests/validate_docs.sh (+4/-4) |
||||||||||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Łukasz Zemczak | Pending | ||
Review via email: mp+390283@code.staging.launchpad.net |
Description of the change
Imported upstream's new 0.100 tarball using:
gbp import-orig --upstream-
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.