Skip to content

Commit

Permalink
Revert "rhel, xenserver: Punch holes through firewall for VXLAN."
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
shettyg committed Apr 16, 2013
1 parent 1132692 commit c2301fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion rhel/etc_init.d_openvswitch
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ start () {
"$@"

ovs_ctl --protocol=gre enable-protocol
ovs_ctl --protocol=udp --dport=8472 enable-protocol

touch /var/lock/subsys/openvswitch
}
Expand Down
1 change: 0 additions & 1 deletion xenserver/etc_init.d_openvswitch
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit c2301fb

Please sign in to comment.