summaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorKyle Mestery <kmestery@cisco.com>2013-04-26 14:30:24 -0400
committerJesse Gross <jesse@nicira.com>2013-04-26 11:39:52 -0700
commit4f2abb7bf6d937caa013d7e431978e23be4da2aa (patch)
tree56c3a8014bf5659c6f8fce294d6439b99a196f1e /vswitchd
parentf90433936b399e8a00ad78ee23fdecdb8d6bb150 (diff)
downloadopenvswitch-4f2abb7bf6d937caa013d7e431978e23be4da2aa.tar.gz
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>
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/vswitch.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 2744325a0..b5bae78af 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -1250,10 +1250,9 @@
with kernel version 2.6.26 or later.
</p>
<p>
- As an experimental protocol, VXLAN has no officially assigned UDP
- port. Open vSwitch currently uses UDP destination port 8472.
- The source port used for VXLAN traffic varies on a per-flow basis
- and is in the ephemeral port range.
+ Open vSwitch uses UDP destination port 4789. The source port used for
+ VXLAN traffic varies on a per-flow basis and is in the ephemeral port
+ range.
</p>
</dd>