summaryrefslogtreecommitdiff
path: root/rhel/etc_init.d_openvswitch
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2013-04-12 12:58:27 -0700
committerGurucharan Shetty <gshetty@nicira.com>2013-04-16 15:30:13 -0700
commitf9ee9dcb378f460741989f60fadfb3ed53a320c6 (patch)
tree0150c09e91cd2bf603438233428daa6a5f60f9a7 /rhel/etc_init.d_openvswitch
parentc2301fbfc8192297b9a68e0ac1168c729469a6d3 (diff)
downloadopenvswitch-f9ee9dcb378f460741989f60fadfb3ed53a320c6.tar.gz
rhel: Remove the firewall hole that we create for GRE.
Till now, by default, we add firewall holes for gre traffic. There may be users that do not use GRE tunnels and they may be surprised with this behavior. So, don't add the firewall rules by default and update the documentation to mention the same. This patch does not remove the default GRE firewall rule for xenserver because xenserver has a feature called "Cross-Host Internal Networks" (CHIN) that uses GRE. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Diffstat (limited to 'rhel/etc_init.d_openvswitch')
-rwxr-xr-xrhel/etc_init.d_openvswitch2
1 files changed, 0 insertions, 2 deletions
diff --git a/rhel/etc_init.d_openvswitch b/rhel/etc_init.d_openvswitch
index 55a13a7ed..7e6413256 100755
--- a/rhel/etc_init.d_openvswitch
+++ b/rhel/etc_init.d_openvswitch
@@ -48,8 +48,6 @@ start () {
set "$@" $OVS_CTL_OPTS
"$@"
- ovs_ctl --protocol=gre enable-protocol
-
touch /var/lock/subsys/openvswitch
}