From: Gurucharan Shetty Date: Mon, 8 Apr 2013 17:40:05 +0000 (-0700) Subject: rhel, xenserver: Punch holes through firewall for VXLAN. X-Git-Tag: sliver-openvswitch-1.10.90-3~17^2~100 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=5902b4ed6dce58a7d282d52be1f67421f2465044 rhel, xenserver: Punch holes through firewall for VXLAN. Bug #15518. Signed-off-by: Gurucharan Shetty --- diff --git a/rhel/etc_init.d_openvswitch b/rhel/etc_init.d_openvswitch index 55a13a7ed..3d79b6a02 100755 --- a/rhel/etc_init.d_openvswitch +++ b/rhel/etc_init.d_openvswitch @@ -49,6 +49,7 @@ 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 9c0fe80b1..6e94b92b9 100755 --- a/xenserver/etc_init.d_openvswitch +++ b/xenserver/etc_init.d_openvswitch @@ -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 }