rhel: Option to create tunnel through ifcfg scripts.
[sliver-openvswitch.git] / rhel / etc_sysconfig_network-scripts_ifdown-ovs
index d2a2f4b..8e768c8 100755 (executable)
@@ -42,7 +42,7 @@ case "$TYPE" in
                retval=$?
                ovs-vsctl -t ${TIMEOUT} -- --if-exists del-br "$DEVICE"
                ;;
-       OVSPort|OVSIntPort|OVSBond)
+       OVSPort|OVSIntPort|OVSBond|OVSTunnel)
                ${OTHERSCRIPT} ${CONFIG} $2
                retval=$?
                ovs-vsctl -t ${TIMEOUT} -- --if-exists del-port "$OVS_BRIDGE" "$DEVICE"