xenserver: Merge upstream changes and drop pre-5.6.100 support.
[openvswitch] / xenserver / opt_xensource_libexec_InterfaceReconfigureVswitch.py
index 33beb76c2d922d25b8a3d7ed59081386b5aaae85..928e6cefa6f22cfede67d61b78dc6917080a9bea 100644 (file)
@@ -529,7 +529,7 @@ class DatapathVswitch(Datapath):
 
             netdev_up(dev, mtu)
 
-            settings, offload = ethtool_settings(oc)
+            settings, offload = ethtool_settings(oc, PIF_OTHERCONFIG_DEFAULTS)
             if len(settings):
                 run_command(['/sbin/ethtool', '-s', dev] + settings)
             if len(offload):