summaryrefslogtreecommitdiff
path: root/xenserver
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2013-04-12 12:53:59 -0700
committerGurucharan Shetty <gshetty@nicira.com>2013-04-16 15:29:56 -0700
commitc2301fbfc8192297b9a68e0ac1168c729469a6d3 (patch)
tree3319b2b530a6367d32067a27360b7e927314fe83 /xenserver
parent113269228827043aaca717b5fb11b055e09a4636 (diff)
downloadopenvswitch-c2301fbfc8192297b9a68e0ac1168c729469a6d3.tar.gz
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 <gshetty@nicira.com>
Diffstat (limited to 'xenserver')
-rwxr-xr-xxenserver/etc_init.d_openvswitch1
1 files changed, 0 insertions, 1 deletions
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
}