From c2301fbfc8192297b9a68e0ac1168c729469a6d3 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Fri, 12 Apr 2013 12:53:59 -0700 Subject: [PATCH] Revert "rhel, xenserver: Punch holes through firewall for VXLAN." This reverts commit 5902b4ed6. For end users that do not plan to use tunnels or use only selected tunnels, it probably is a bad idea to punch firewall holes by default. Opening holes like this may surprise the user. Signed-off-by: Gurucharan Shetty --- rhel/etc_init.d_openvswitch | 1 - xenserver/etc_init.d_openvswitch | 1 - 2 files changed, 2 deletions(-) diff --git a/rhel/etc_init.d_openvswitch b/rhel/etc_init.d_openvswitch index 3d79b6a02..55a13a7ed 100755 --- a/rhel/etc_init.d_openvswitch +++ b/rhel/etc_init.d_openvswitch @@ -49,7 +49,6 @@ start () { "$@" ovs_ctl --protocol=gre enable-protocol - ovs_ctl --protocol=udp --dport=8472 enable-protocol touch /var/lock/subsys/openvswitch } diff --git a/xenserver/etc_init.d_openvswitch b/xenserver/etc_init.d_openvswitch index 6e94b92b9..9c0fe80b1 100755 --- a/xenserver/etc_init.d_openvswitch +++ b/xenserver/etc_init.d_openvswitch @@ -82,7 +82,6 @@ start () { start_ovs_xapi_sync ovs_ctl --protocol=gre enable-protocol - ovs_ctl --protocol=udp --dport=8472 enable-protocol touch /var/lock/subsys/openvswitch } -- 2.43.0