Skip to content

Commit

Permalink
rhel, xenserver: Punch holes through firewall for VXLAN.
Browse files Browse the repository at this point in the history
Bug #15518.
Signed-off-by: Gurucharan Shetty <[email protected]>
  • Loading branch information
shettyg committed Apr 8, 2013
1 parent 8d3efc1 commit 5902b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rhel/etc_init.d_openvswitch
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ start () {
"$@"

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

touch /var/lock/subsys/openvswitch
}
Expand Down
1 change: 1 addition & 0 deletions xenserver/etc_init.d_openvswitch
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ 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 5902b4e

Please sign in to comment.