From a281173e19918379832ec535b18aa2af58832efb Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Wed, 31 Aug 2011 11:23:21 -0700 Subject: [PATCH] rhel: Don't delete bridges on boot. Before this patch, the RHEL init scripts would remove all bridges configured on the system at boot. --- rhel/etc_init.d_openvswitch | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rhel/etc_init.d_openvswitch b/rhel/etc_init.d_openvswitch index c7543cc55..6f7fe6955 100755 --- a/rhel/etc_init.d_openvswitch +++ b/rhel/etc_init.d_openvswitch @@ -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 -- 2.43.0