[ovs-dev] [PATCH 2/2] rhel: Remove the firewall hole that we create for gre.

Gurucharan Shetty shettyg at nicira.com
Fri Apr 12 20:50:43 UTC 2013


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.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
---
 rhel/etc_init.d_openvswitch |    2 --
 1 file changed, 2 deletions(-)

diff --git a/rhel/etc_init.d_openvswitch b/rhel/etc_init.d_openvswitch
index 55a13a7..7e64132 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
 }
 
-- 
1.7.9.5




More information about the dev mailing list