diff options
author | Gurucharan Shetty <gshetty@nicira.com> | 2013-04-12 12:58:27 -0700 |
---|---|---|
committer | Gurucharan Shetty <gshetty@nicira.com> | 2013-04-16 15:30:13 -0700 |
commit | f9ee9dcb378f460741989f60fadfb3ed53a320c6 (patch) | |
tree | 0150c09e91cd2bf603438233428daa6a5f60f9a7 /rhel/etc_init.d_openvswitch | |
parent | c2301fbfc8192297b9a68e0ac1168c729469a6d3 (diff) | |
download | openvswitch-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-x | rhel/etc_init.d_openvswitch | 2 |
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 } |