[Bug 1956264] Re: Cannot set offload options to false
Launchpad Bug Tracker
1956264 at bugs.launchpad.net
Mon May 23 13:23:48 UTC 2022
This bug was fixed in the package netplan.io - 0.104-0ubuntu4
---------------
netplan.io (0.104-0ubuntu4) kinetic; urgency=medium
* Cherry-pick upstream fix (565bd0f) for ethernets autopkgtest:
- d/p/0004-tests-ethernets-fix-autopkgtest-with-alternating-def.patch
* Cherry-pick upstream fix (8934a1b) for NM WPA3 passthrough:
- d/p/0005-nm-fix-rendering-of-password-for-unknown-passthrough.patch
-- Lukas Märdian <slyon at ubuntu.com> Thu, 19 May 2022 12:48:35 +0200
** Changed in: netplan.io (Ubuntu Kinetic)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to netplan.io in Ubuntu.
Matching subscriptions: foundations-bugs
https://bugs.launchpad.net/bugs/1956264
Title:
Cannot set offload options to false
Status in netplan:
Fix Committed
Status in netplan.io package in Ubuntu:
Fix Released
Status in netplan.io source package in Focal:
New
Status in netplan.io source package in Impish:
New
Status in netplan.io source package in Jammy:
New
Status in netplan.io source package in Kinetic:
Fix Released
Bug description:
In https://bugs.launchpad.net/netplan/+bug/1771740, the ability to set
the offload options that are exposed by systemd.link was added.
Unfortunately, the implementation only allows setting the offload
options to true. Setting the options to false results in nothing being
written to the generated .link file, because "false" is treated the
same as "unset" by netplan.
See the current implementation
https://git.launchpad.net/netplan/tree/src/networkd.c#n260.
netplan needs to handle three different values for the offload
options: "true", "false", and "unset"
(I have a specific case in mind,
https://bugzilla.kernel.org/show_bug.cgi?id=118721, where I need to
set TSO to off when using the e1000e driver. The current netplan
implementation does not support that; as a workaround I created a
separate .link file in /etc/systemd/network to disable TSO.)
To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/1956264/+subscriptions
More information about the foundations-bugs
mailing list