rhel, xenserver: Punch holes through firewall for VXLAN.
[sliver-openvswitch.git] / xenserver / etc_init.d_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
 }