aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrhel/etc_init.d_openvswitch5
1 files changed, 2 insertions, 3 deletions
diff --git a/rhel/etc_init.d_openvswitch b/rhel/etc_init.d_openvswitch
index 6f7fe695..5501d188 100755
--- a/rhel/etc_init.d_openvswitch
+++ b/rhel/etc_init.d_openvswitch
@@ -31,9 +31,6 @@
test -e /etc/sysconfig/openvswitch && . /etc/sysconfig/openvswitch
start () {
- # Allow GRE traffic.
- /sbin/iptables -I INPUT -p gre -j ACCEPT
-
set $ovs_ctl ${1-start}
set "$@" --system-id=random
if test X"$FORCE_COREFILES" != X; then
@@ -50,6 +47,8 @@ start () {
fi
"$@"
+ $ovs_ctl --protocol=gre enable-protocol
+
touch /var/lock/subsys/openvswitch
}