From: Gurucharan Shetty Date: Fri, 12 Apr 2013 19:53:59 +0000 (-0700) Subject: Revert "rhel, xenserver: Punch holes through firewall for VXLAN." X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=c2301fbfc8192297b9a68e0ac1168c729469a6d3 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 --- 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 }