netplan.io 0.104-0ubuntu1 source package in Ubuntu
Changelog
netplan.io (0.104-0ubuntu1) jammy; urgency=medium * New upstream release: 0.104 - Enable 'embedded-switch-mode' setting on SmartNICs - Permit multiple patterns for the driver globs in match (LP: #1918421) - Improve routing capabilities (LP: #1892272, LP: #1805038) - Support additional link offload options for networkd (LP: #1771740) - Handle differing 'ip6-privacy' default value for NetworkManager - YAML state tracking for DBus API and 'netplan try' (LP: #1943120) - Support ConfigureWithoutCarrier ('ignore-carrier') for networkd - Cleanup Makefile, install only public headers - Netplan 'get' to use the libnetplan parser - libnetplan: + introduce the notion of NetplanState + use an explicit parser context + expose coherent generator APIs + improve overall error handling + consolidation of YAML parsing into the library ATTENTION: - Restrict the symbol export to a determined public API + We dropped some internal symbols from the API that we know have no external consumers, see upstream changelog for list of dropped symbols Bug fixes: - Fix removal of defunct OVS vlan interfaces (LP: #1959147) - Make ConfigManager cleanup on destruction (LP: #1959729) - Do not write unvalidated YAML from keyfile (LP: #1952967) - Disable tmp address generation for real with NetworkManager (LP: #1948027) - Ignore empty YAML hints, delete files on 'set network=null' (LP: #1946957) - Wait for 'netplan try' to be ready in DBus API (LP: #1949893) - Initialize self.state in 'apply' (LP: #1949104) - Driver fallback to nl80211 and/or wext for wpa_supplicant (LP: #1814012) - Handle missing 'gateway' in keyfile routes, keep 'dns-search' fallback - Make it possible to unset a whole devtype subtree (LP: #1942930) - Fix memory leaks, dangling pointers & overall cleanup of API data * d/t/control: Add explicit wpasupplicant test Depends * d/control: Improved glib (v2.70+-) compat * d/control: Strict version dependency on libnetplan * d/control: Bump standards version to 4.6.0, improve sections * Mute false positive lintian warning * d/patches/: Drop patches, applied upstream * d/p/autopkgtest-fixes: Refresh * d/libnetplan0.symbols: Add new symbols for 0.104 * d/libnetplan0.symbols: Drop (internal) legacy symbols -- Lukas Märdian <email address hidden> Thu, 17 Feb 2022 12:46:23 +0100
Upload details
- Uploaded by:
- Lukas Märdian
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- linux-any
- Section:
- net
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
netplan.io_0.104.orig.tar.gz | 260.1 KiB | 930a43d8a0a9f5c61193ce2546cacf311c8a0d66003ad96a1e20fcc10a5fdbc9 |
netplan.io_0.104-0ubuntu1.debian.tar.xz | 12.8 KiB | 489028b930a988cb24f5b9e4db672cfec9580c5f988c9500b54721a920c90b6f |
netplan.io_0.104-0ubuntu1.dsc | 2.7 KiB | 84759be03b0bb4652e1578ef28115ea6351b876928db0c1c08b008879f79940a |
Available diffs
- diff from 0.103-0ubuntu10 to 0.104-0ubuntu1 (148.9 KiB)
Binary packages built by this source
- libnetplan-dev: Development files for netplan's libnetplan runtime library
netplan reads YAML network configuration files which are written
by administrators, installers, cloud image instantiations, or other OS
deployments. During early boot it then generates backend specific
configuration files in /run to hand off control of devices to a particular
networking daemon.
.
Currently supported backends are networkd and NetworkManager.
.
This package contains development files for developers wanting to use
libnetplan in their applications.
- libnetplan0: YAML network configuration abstraction runtime library
netplan reads YAML network configuration files which are written
by administrators, installers, cloud image instantiations, or other OS
deployments. During early boot it then generates backend specific
configuration files in /run to hand off control of devices to a particular
networking daemon.
.
Currently supported backends are networkd and NetworkManager.
.
This package contains the necessary runtime library files.
- libnetplan0-dbgsym: debug symbols for libnetplan0
- netplan.io: YAML network configuration abstraction for various backends
netplan reads YAML network configuration files which are written
by administrators, installers, cloud image instantiations, or other OS
deployments. During early boot it then generates backend specific
configuration files in /run to hand off control of devices to a particular
networking daemon.
.
Currently supported backends are networkd and NetworkManager.
- netplan.io-dbgsym: debug symbols for netplan.io