From: Jesse Gross Date: Mon, 29 Apr 2013 17:01:00 +0000 (-0700) Subject: vxlan: Correct comments and NEWS to reflect IANA port assigment. X-Git-Tag: sliver-openvswitch-1.10.90-3~17^2~31 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b13b6d478648249589d87ff55f49213ab3ec533c;p=sliver-openvswitch.git vxlan: Correct comments and NEWS to reflect IANA port assigment. Signed-off-by: Jesse Gross --- 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