From 238bc9785add6a68fb25138d971ab8531fb3ceab Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Sun, 24 Feb 2013 18:58:03 -0800 Subject: [PATCH] vxlan: new draft revision The VXLAN draft just got updated from -02 to -03, with no major changes. Update documentation to reflect the change. Signed-off-by: Lorand Jakab Acked-by: Kyle Mestery Signed-off-by: Jesse Gross --- NEWS | 2 +- debian/changelog | 2 +- vswitchd/vswitch.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index e703685bb..ad9e2aba6 100644 --- a/NEWS +++ b/NEWS @@ -28,7 +28,7 @@ v1.10.0 - xx xxx xxxx "ofport_request" column in the Interface table. - Tunneling: - New support for the VXLAN tunnel protocol (see the IETF draft here: - http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-02). + http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-03). - Tunneling requires the version of the kernel module paired with Open vSwitch 1.9.0 or later. - Inheritance of the Don't Fragment bit in IP tunnels (df_inherit) diff --git a/debian/changelog b/debian/changelog index 95f09be42..7bab3e0d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,7 +29,7 @@ openvswitch (1.10.0-1) unstable; urgency=low "ofport_request" column in the Interface table. - Tunneling: - New support for the VXLAN tunnel protocol (see the IETF draft here: - http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-02). + http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-03). - Tunneling requires the version of the kernel module paired with Open vSwitch 1.9.0 or later. - Inheritance of the Don't Fragment bit in IP tunnels (df_inherit) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 49119983e..7fac2b394 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -1237,7 +1237,7 @@

An Ethernet tunnel over the experimental, UDP-based VXLAN protocol described at - http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-02. + http://tools.ietf.org/html/draft-mahalingam-dutt-dcops-vxlan-03. VXLAN is currently supported only with the Linux kernel datapath with kernel version 2.6.26 or later.

-- 2.43.0