Skip to content

Commit c2301fb

Browse files
committed
Revert "rhel, xenserver: Punch holes through firewall for VXLAN."
This reverts commit 5902b4e. 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>
1 parent 1132692 commit c2301fb

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

rhel/etc_init.d_openvswitch

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ start () {
4949
"$@"
5050

5151
ovs_ctl --protocol=gre enable-protocol
52-
ovs_ctl --protocol=udp --dport=8472 enable-protocol
5352

5453
touch /var/lock/subsys/openvswitch
5554
}

xenserver/etc_init.d_openvswitch

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ start () {
8282
start_ovs_xapi_sync
8383

8484
ovs_ctl --protocol=gre enable-protocol
85-
ovs_ctl --protocol=udp --dport=8472 enable-protocol
8685

8786
touch /var/lock/subsys/openvswitch
8887
}

0 commit comments

Comments
 (0)