rhel: Return an exit value of 0 for ifup-ovs.
[sliver-openvswitch.git] / rhel / etc_sysconfig_network-scripts_ifup-ovs
index 3538721..ae095a0 100755 (executable)
@@ -69,6 +69,7 @@ case "$TYPE" in
                        ${OTHERSCRIPT} ${CONFIG}
                fi
                [ -n "${STP}" ] && ovs-vsctl --no-wait set bridge "${DEVICE}" stp_enable="${STP}"
+               exit 0
                ;;
        OVSPort)
                /sbin/ifup "$OVS_BRIDGE"