diff --git a/NEWS b/NEWS index e703685bb3c..ad9e2aba6d9 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 95f09be42cb..7bab3e0d854 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 49119983e19..7fac2b39437 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.