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
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev