aboutsummaryrefslogtreecommitdiff
path: root/rhel
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2011-08-31 11:23:21 -0700
committerEthan Jackson <ethan@nicira.com>2011-08-31 17:23:27 -0700
commita281173e19918379832ec535b18aa2af58832efb (patch)
tree66812505b818dbe945db3560c9263e1733d52b85 /rhel
parent24b019f808211a95078efd916064af0975ca5733 (diff)
rhel: Don't delete bridges on boot.
Before this patch, the RHEL init scripts would remove all bridges configured on the system at boot.
Diffstat (limited to 'rhel')
-rwxr-xr-xrhel/etc_init.d_openvswitch4
1 files changed, 0 insertions, 4 deletions
diff --git a/rhel/etc_init.d_openvswitch b/rhel/etc_init.d_openvswitch
index c7543cc5..6f7fe695 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