From b13b6d478648249589d87ff55f49213ab3ec533c Mon Sep 17 00:00:00 2001
From: Jesse Gross <jesse@nicira.com>
Date: Mon, 29 Apr 2013 10:01:00 -0700
Subject: [PATCH] vxlan: Correct comments and NEWS to reflect IANA port
 assigment.

Signed-off-by: Jesse Gross <jesse@nicira.com>
---
 NEWS               | 2 --
 lib/netdev-vport.c | 2 --
 2 files changed, 4 deletions(-)

diff --git a/NEWS b/NEWS
index 266fc91b0..98d300b40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,5 @@
 post-v1.10.0
 ---------------------
-    - The default VXLAN destination UDP port was changed to 4789, which is
-      the one recently assigned by IANA.
     - The "tutorial" directory contains a new tutorial for some advanced
       Open vSwitch features.
     - Stable bond mode has been removed.
diff --git a/lib/netdev-vport.c b/lib/netdev-vport.c
index cea44c8f6..08169a1b4 100644
--- a/lib/netdev-vport.c
+++ b/lib/netdev-vport.c
@@ -41,9 +41,7 @@
 
 VLOG_DEFINE_THIS_MODULE(netdev_vport);
 
-/* Default to the OTV port, per the VXLAN IETF draft. */
 #define VXLAN_DST_PORT 4789
-
 #define LISP_DST_PORT 4341
 
 #define DEFAULT_TTL 64
-- 
2.47.0