aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKyle Mestery <kmestery@cisco.com>2013-04-26 14:30:24 -0400
committerJesse Gross <jesse@nicira.com>2013-04-29 09:56:44 -0700
commit96cc200148ab7060b6576cf45328067731430a4f (patch)
tree9f18ca60afb0ef27ec1b366003c0e65007a4c0f6 /lib
parentafd9a22b1b13b1b3e996f3eecea899993aa069dc (diff)
Update the default VXLAN destination UDP port to the IANA assigned port
VXLAN was recently assigned UDP port 4789 by IANA. This comit updates the OVS VXLAN implementation to reflect the new UDP port number. Cc: Kenneth Duda <kduda@aristanetworks.com> Signed-off-by: Kyle Mestery <kmestery@cisco.com> Signed-off-by: Jesse Gross <jesse@nicira.com> Conflicts: NEWS
Diffstat (limited to 'lib')
-rw-r--r--lib/netdev-vport.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/netdev-vport.c b/lib/netdev-vport.c
index ccf80d7c..900dc8fe 100644
--- a/lib/netdev-vport.c
+++ b/lib/netdev-vport.c
@@ -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