From: Lorand Jakab Date: Mon, 25 Feb 2013 02:58:03 +0000 (-0800) Subject: vxlan: new draft revision X-Git-Tag: v1.11.0~358 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=238bc9785add6a68fb25138d971ab8531fb3ceab;p=cascardo%2Fovs.git 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 --- 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.