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:
@ -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)
|
||||
|
Reference in New Issue
Block a user