rhel, xenserver: Punch holes through firewall for VXLAN.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 8 Apr 2013 17:40:05 +0000 (10:40 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Mon, 8 Apr 2013 17:40:05 +0000 (10:40 -0700)
Bug #15518.
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
rhel/etc_init.d_openvswitch
xenserver/etc_init.d_openvswitch

index 55a13a7..3d79b6a 100755 (executable)
@@ -49,6 +49,7 @@ start () {
     "$@"
 
     ovs_ctl --protocol=gre enable-protocol
+    ovs_ctl --protocol=udp --dport=8472 enable-protocol
 
     touch /var/lock/subsys/openvswitch
 }
index 9c0fe80..6e94b92 100755 (executable)
@@ -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
 }