summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPravin B Shelar <pshelar@nicira.com>2013-10-14 15:26:40 -0700
committerPravin B Shelar <pshelar@nicira.com>2013-10-16 12:12:50 -0700
commit54af97ad7ba7e103b91c48b9498edeef2fde1960 (patch)
treeb21daa92e6b6c383d8da973edc2a481f1b653bb5 /NEWS
parent5b5d1836ddfa1a83a9d3369c119eb4716831b8dd (diff)
downloadopenvswitch-54af97ad7ba7e103b91c48b9498edeef2fde1960.tar.gz
datapath: Add support for Linux 3.11
Kernel 3.11 has support for extended GRE API required for OVS datapath, But vxlan still needs out of tree tunneling compatibility. Therefore to simplify, all tunneling modules are forced to use compat tunneling. CC: James Page <james.page@ubuntu.com> Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 36546f438..f6e2dafdf 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ Post-v2.0.0
* The OpenFlow 1.1+ "Write-Actions" instruction is now supported.
- ovs-vswitchd.conf.db.5 man page will contain graphviz/dot
diagram only if graphviz package was installed at the build time.
+ - Support for Linux kernels up to 3.11
v2.0.0 - 15 Oct 2013