rhel: Don't delete bridges on boot.
authorEthan Jackson <ethan@nicira.com>
Wed, 31 Aug 2011 18:23:21 +0000 (11:23 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 1 Sep 2011 00:23:27 +0000 (17:23 -0700)
Before this patch, the RHEL init scripts would remove all bridges
configured on the system at boot.

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