Merge ~slyon/netplan/+git/ubuntu:slyon/ubuntu/eoan into ~ubuntu-core-dev/netplan/+git/ubuntu:ubuntu/eoan

Proposed by Lukas Märdian
Status: Merged
Approved by: Łukasz Zemczak
Approved revision: 415bb4b36fecabbcfeee4f153ae07864dc6a15b4
Merged at revision: 415bb4b36fecabbcfeee4f153ae07864dc6a15b4
Proposed branch: ~slyon/netplan/+git/ubuntu:slyon/ubuntu/eoan
Merge into: ~ubuntu-core-dev/netplan/+git/ubuntu:ubuntu/eoan
Diff against target: 6685 lines (+3711/-538)
44 files modified
Makefile (+28/-6)
debian/changelog (+80/-0)
debian/control (+35/-0)
debian/copyright (+1/-1)
debian/libnetplan-dev.dirs (+1/-0)
debian/libnetplan-dev.install (+2/-0)
debian/libnetplan0.install (+1/-0)
debian/libnetplan0.symbols (+25/-0)
debian/netplan.io.install (+4/-0)
debian/patches/0001-Fix-LP-1874377-Not-connect-to-WiFi-after-netplan-app.patch (+175/-0)
debian/patches/series (+1/-0)
debian/rules (+4/-1)
debian/tests/control (+27/-0)
dev/null (+0/-11)
doc/netplan.md (+137/-5)
examples/dhcp_wired8021x.yaml (+11/-0)
examples/direct_connect_gateway_ipv6.yaml (+11/-0)
examples/modem.yaml (+15/-0)
netplan/cli/commands/apply.py (+24/-23)
netplan/cli/sriov.py (+320/-0)
netplan/cli/utils.py (+50/-1)
src/generate.c (+10/-9)
src/networkd.c (+240/-80)
src/networkd.h (+1/-1)
src/nm.c (+187/-62)
src/nm.h (+1/-1)
src/parse.c (+326/-156)
src/parse.h (+181/-106)
src/util.c (+62/-0)
src/util.h (+6/-0)
src/validation.c (+26/-25)
src/validation.h (+2/-2)
tests/cli.py (+30/-22)
tests/generator/base.py (+3/-0)
tests/generator/test_auth.py (+67/-6)
tests/generator/test_common.py (+56/-5)
tests/generator/test_errors.py (+58/-0)
tests/generator/test_ethernets.py (+124/-0)
tests/generator/test_modems.py (+374/-0)
tests/generator/test_vlans.py (+93/-0)
tests/generator/test_wifis.py (+283/-14)
tests/integration/base.py (+22/-1)
tests/integration/ethernets.py (+2/-0)
tests/test_sriov.py (+605/-0)
Reviewer Review Type Date Requested Status
Łukasz Zemczak Approve
Review via email: mp+383327@code.staging.launchpad.net
To post a comment you must log in.
Revision history for this message
Łukasz Zemczak (sil2100) :
review: Approve

There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches