rhel: Don't delete bridges on boot.
[openvswitch] / rhel / etc_init.d_openvswitch
index c7543cc5517be88d5e30f0f3a37c6fad53071462..6f7fe6955ec0d5e9c3ef46180f64bed5b2188f93 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