[ovs-dev] [PATCH 1/2] rhel: Don't delete bridges on boot.

Ethan Jackson ethan at nicira.com
Thu Sep 1 00:11:20 UTC 2011


Before this patch, the RHEL init scripts would remove all bridges
configured on the system at boot.
---
 rhel/etc_init.d_openvswitch |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/rhel/etc_init.d_openvswitch b/rhel/etc_init.d_openvswitch
index c7543cc..c4af816 100755
--- a/rhel/etc_init.d_openvswitch
+++ b/rhel/etc_init.d_openvswitch
@@ -50,7 +50,6 @@ start () {
     fi
     if test ! -e /var/run/openvswitch.booted; then
         touch /var/run/openvswitch.booted
-        set "$@" --delete-bridges
     fi
     "$@"
 
-- 
1.7.6




More information about the dev mailing list