rhel: Don't delete bridges on boot.
[sliver-openvswitch.git] / rhel / etc_init.d_openvswitch
index c7543cc..6f7fe69 100755 (executable)
@@ -48,10 +48,6 @@ start () {
     if test X"$VSWITCHD_MLOCKALL" != X; then
        set "$@" --mlockall="$VSWITCHD_MLOCKALL"
     fi
-    if test ! -e /var/run/openvswitch.booted; then
-        touch /var/run/openvswitch.booted
-        set "$@" --delete-bridges
-    fi
     "$@"
 
     touch /var/lock/subsys/openvswitch