Update the default VXLAN destination UDP port to the IANA assigned port
[cascardo/ovs.git] / lib / netdev-vport.c
index ccf80d7..900dc8f 100644 (file)
@@ -41,8 +41,7 @@
 
 VLOG_DEFINE_THIS_MODULE(netdev_vport);
 
-/* Default to the OTV port, per the VXLAN IETF draft. */
-#define VXLAN_DST_PORT 8472
+#define VXLAN_DST_PORT 4789
 
 #define DEFAULT_TTL 64