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