rhel: Add Patch Port support to initscripts
[sliver-openvswitch.git] / rhel / etc_sysconfig_network-scripts_ifdown-ovs
index daa5786..6e96d62 100755 (executable)
@@ -56,6 +56,9 @@ case "$TYPE" in
                retval=$?
                ovs-vsctl -t ${TIMEOUT} -- --if-exists del-port "$OVS_BRIDGE" "$DEVICE"
                ;;
+       OVSPatchPort)
+               ovs-vsctl -t ${TIMEOUT} -- --if-exists del-port "$OVS_BRIDGE" "$DEVICE"
+               ;;
        *)
                echo $"Invalid OVS interface type $TYPE"
                exit 1