From 5902b4ed6dce58a7d282d52be1f67421f2465044 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Mon, 8 Apr 2013 10:40:05 -0700 Subject: [PATCH] rhel, xenserver: Punch holes through firewall for VXLAN. Bug #15518. Signed-off-by: Gurucharan Shetty --- rhel/etc_init.d_openvswitch | 1 + xenserver/etc_init.d_openvswitch | 1 + 2 files changed, 2 insertions(+) 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 } -- 2.43.0