vxlan: Correct comments and NEWS to reflect IANA port assigment.
authorJesse Gross <jesse@nicira.com>
Mon, 29 Apr 2013 17:01:00 +0000 (10:01 -0700)
committerJesse Gross <jesse@nicira.com>
Mon, 29 Apr 2013 17:01:00 +0000 (10:01 -0700)
Signed-off-by: Jesse Gross <jesse@nicira.com>
NEWS
lib/netdev-vport.c

diff --git a/NEWS b/NEWS
index 266fc91..98d300b 100644 (file)
--- 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.
index cea44c8..08169a1 100644 (file)
@@ -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