1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

remove extra line from ethtool.py

This commit is contained in:
tomvil
2023-03-27 19:25:31 +03:00
parent 8c35c09ddd
commit 7b80e01ff0

View File

@ -185,7 +185,6 @@ class ethtool(Addon, moduleBase):
except Exception as e:
self.log_error('%s: %s' %(ifaceobj.name, str(e)), ifaceobj)
def do_offload_settings(self, ifaceobj, attr_name, eth_name):
default = 'default_' + eth_name
config_val = ifaceobj.get_attr_value_first(attr_name)