[Bug 1956264] Re: Cannot set offload options to false

Launchpad Bug Tracker 1956264 at bugs.launchpad.net
Mon Jun 27 09:56:04 UTC 2022


Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: netplan.io (Ubuntu Impish)
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
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:
  Confirmed
Status in netplan.io source package in Impish:
  Confirmed
Status in netplan.io source package in Jammy:
  In Progress
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 Ubuntu-sponsors mailing list