summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorYifeng Sun <pkusunyifeng@gmail.com>2018-08-21 07:42:08 -0700
committerBen Pfaff <blp@ovn.org>2018-08-24 10:54:00 -0700
commitbf61b8b1c1db08d90f7d83815344cf780c016878 (patch)
tree63214b4576632dba92f560a3e70665839842fd44 /NEWS
parente4e2009e4c496b5ab735c300d00e3d6bd5f514eb (diff)
downloadopenvswitch-bf61b8b1c1db08d90f7d83815344cf780c016878.tar.gz
datapath: Add support for kernel 4.16.x & 4.17.x
Add support for kernel version up to 4.17.x. On Travis, build passed for all kernel versions. And no new test fails are introduced by this patch. Cleaned up file datapath/linux/compat/include/net/ip6_fib.h which has no effect to kernel module but brings complexity to porting. Signed-off-by: Yifeng Sun <pkusunyifeng@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Reviewed-by: Greg Rose <gvrose8192@gmail.com> Tested-by: Greg Rose <gvrose8192@gmail.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8077c9e8a..33b4d8a23 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
Post-v2.10.0
---------------------
+ - Linux datapath:
+ * Support for the kernel versions 4.16.x and 4.17.x.
- The environment variable OVS_SYSLOG_METHOD, if set, is now used
as the default syslog method.
- The environment variable OVS_CTL_TIMEOUT, if set, is now used