summaryrefslogtreecommitdiff
path: root/netplan
Commit message (Expand)AuthorAge
* cli: SNAP special handling: improve test coverage and error handling (#209)Lukas Märdian2021-08-04
* dbus:cli: implement io.netplan.Netplan.Generate() (#208)Lukas Märdian2021-08-04
* cli:set: Fix netplan-set on Core20 (#207)Lukas Märdian2021-08-04
* Fix parsing of OVS values with colons (LP: #1913906) (#203)Pete MacKinnon2021-08-04
* cli:apply: reload/reconfigure networkd instead of restart (#200)Lukas Märdian2021-08-04
* cli:set: write to existing YAML file, if available (#197)Lukas Märdian2021-03-15
* libnetplan: provide API for NetworkManager YAML backend (#193)Lukas Märdian2021-03-08
* cli:utils: handle emtpy netifaces.ifaddresess call (#188)Lukas Märdian2021-02-19
* cli:apply: Add comment about snapd/DBus compatibilityLukas Märdian2021-02-02
* Fix rename of matched interfaces at runtime (LP: #1904662) (#174)Lukas Märdian2020-11-27
* Fix is_ovs_interface method in cli/ovs.py (LP: #1904633) (LP: #1905156) (#172)Iaroslav Akimov2020-11-27
* DBus Config Management (try-improvement) (#170)Lukas Märdian2020-11-20
* Implement DBus try-commit handling (#134)Lukas Märdian2020-11-03
* cli:utils: fix libnetplan loadingLukas Märdian2020-10-09
* Implement netplan get/set CLI and DBus API (#163)Lukas Märdian2020-09-30
* Remove version information from the description of the info flag (#164)Sasha Shpota2020-09-22
* Openvswitch support (LP: #1728134) (#154)Łukasz Zemczak2020-08-31
* Flush IPs of NM managed interfaces (LP: #1870561) (#159)Lukas Maerdian2020-08-28
* Work on a better first-boot experience with SR-IOV (#141)Łukasz Zemczak2020-07-23
* Fix autopkgtest on arm64 with NM 1.24 (#146)Lukas Maerdian2020-06-18
* Fix process_link_changes handling 'up' interfaces (#143)Heitor Alves de Siqueira2020-05-28
* Call daemon-reload after we touched systemd unit files (LP: #1874494) (#135)Lukas Maerdian2020-05-14
* Fix LP#1874377: Not connect to WiFi after 'netplan apply' (#133)Lukas Maerdian2020-04-28
* SR-IOV support for explicitly defining the VF count (#130)Łukasz Zemczak2020-04-16
* SR-IOV support (#129)Łukasz Zemczak2020-04-14
* Build libnetplan and initial parser for NetworkManager backend settings (#112)Mathieu Trudel-Lapierre2020-03-24
* Refresh devices after restarting backends, some new devices might appearMathieu Trudel-Lapierre2019-08-27
* Drop NETPLAN_VERSION not in spec for feature flagsMathieu Trudel-Lapierre2019-08-20
* Add a 'netplan info' command (feature-flags spec) (#88)Mathieu Trudel-Lapierre2019-08-15
* cli/apply: use dbus if inside a snapIan Johnson2019-08-05
* Tolerate devices without a /sys pathDeltik2019-05-21
* Style adjustmentbcavns012019-02-12
* Initialize self.tbcavns012019-02-12
* Removing the self.t.reset from command_trybcavns012019-02-12
* apply: re-start services also when unconfiguringAlfonso Sánchez-Beato2019-01-15
* netplan/cli/commands/ip.py: fix a flake.Michael Hudson-Doyle2018-11-26
* Add integration tests for rename bug LP: #1802322Mathieu Trudel-Lapierre2018-11-20
* apply: skip non-physical and bond interfaces when applying name changesRyan Harper2018-11-20
* Ignore interfaces that are members of composite virtual interfaces when renamingMathieu Trudel-Lapierre2018-11-20
* Fix bug where interface name is wrongly set to IDMarcos de Oliveira2018-10-22
* Deal gracefully with empty files on 'netplan apply' (LP: #1795343)Mathieu Trudel-Lapierre2018-10-04
* spelling: occurredJosh Soref2018-08-29
* Better handle renaming: shouldn't rename unless there is an explicit 'set-nam...Mathieu Trudel-Lapierre2018-06-04
* Skip possible renderer: entry for a device typeMathieu Trudel-Lapierre2018-05-31
* Be better at checking for matching driver/mac in applyMathieu Trudel-Lapierre2018-05-29
* Detect and apply interface naming changes on 'netplan apply'Mathieu Trudel-Lapierre2018-05-25
* Fix incorrect terminal reset in 'netplan try' on Ctrl-C. (LP: #1768798)Mathieu Trudel-Lapierre2018-05-25
* try: only instanciate ConfigManager as needed, to ensure proper cleanupMathieu Trudel-Lapierre2018-05-25
* Merge pull request #25 from slashdd/ip-leasesMathieu Trudel-Lapierre2018-05-25
|\
| * ip leases: Add error handling when interface is not configured in netplan or ...Eric Desrochers2018-05-11