Removing trailing whitespace from previous commit

This commit is contained in:
Michael Lustfield 2016-12-05 16:19:02 -06:00
parent f882674acf
commit 6d5e132e44

View file

@ -1261,7 +1261,7 @@ def _parse_settings_eth(opts, iface_type, enabled, iface):
else:
# If enable_ipv6=False|None, IPv6 settings should not be set.
iface_data['inet']['addrfam'] = 'inet'
if iface_type not in ['bridge']:
tmp_ethtool = _parse_ethtool_opts(opts, iface)
if tmp_ethtool: