projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24b019f
)
rhel: Don't delete bridges on boot.
author
Ethan Jackson
<ethan@nicira.com>
Wed, 31 Aug 2011 18:23:21 +0000
(11:23 -0700)
committer
Ethan 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
patch
|
blob
|
history
diff --git
a/rhel/etc_init.d_openvswitch
b/rhel/etc_init.d_openvswitch
index c7543cc5517be88d5e30f0f3a37c6fad53071462..6f7fe6955ec0d5e9c3ef46180f64bed5b2188f93 100755
(executable)
--- 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