utilites: rename ovs-lib.sh to ovs-lib
[sliver-openvswitch.git] / xenserver / etc_xensource_scripts_vif
index 5675cdf..0625498 100755 (executable)
@@ -145,10 +145,7 @@ remove_from_bridge()
         # Nothing to do
         ;;
     openvswitch)
-        # If ovs-brcompatd is running, it might already have deleted the
-        # port.  Use --if-exists to suppress the error that would otherwise
-        # arise in that case.
-        $vsctl --timeout=30 -- --if-exists del-port $dev
+        $vsctl --timeout=30 -- del-port $dev
         ;;
     esac
 }