summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2019-02-28 10:38:29 -0800
committerJustin Pettit <jpettit@ovn.org>2019-02-28 14:25:28 -0800
commit8511af877c4de0d3e58dbfea326c5cfd9802b774 (patch)
treecc83642d1b8829e69eb9de41d20ddeaaf8e4f531 /NEWS
parentb82a90e266e1246fe2973db97c95df22558174ea (diff)
downloadopenvswitch-8511af877c4de0d3e58dbfea326c5cfd9802b774.tar.gz
NEWS: Clean up the 2.11.0 release notes a bit.
Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 5 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index c86c13a23..0d736541d 100644
--- a/NEWS
+++ b/NEWS
@@ -20,16 +20,10 @@ Post-v2.11.0
v2.11.0 - 19 Feb 2019
---------------------
- - Linux datapath:
- * Support for the kernel versions 4.16.x and 4.17.x.
- OpenFlow:
* OFPMP_TABLE_FEATURES_REQUEST can now modify table features.
- ovs-ofctl:
* "mod-table" command can now change OpenFlow table names.
- - 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
- as the default timeout for control utilities.
- ovn:
* OVN-SB schema changed: duplicated IP with same Encapsulation type
is not allowed any more. Please refer to
@@ -57,13 +51,17 @@ v2.11.0 - 19 Feb 2019
- ovs-vswitchd:
* New configuration option "offload-rebalance", that enables dynamic
rebalancing of offloaded flows.
+ - 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
+ as the default timeout for control utilities.
- The environment variable OVS_RESOLV_CONF, if set, is now used
as the DNS server configuration file.
- RHEL packaging:
* OVN packages are split from OVS packages. A new spec
file - ovn-fedora.spec.in is added to generate OVN packages.
- Linux datapath:
- * Support for the kernel versions 4.18.x
+ * Support for the kernel versions 4.16.x, 4.17.x, and 4.18.x.
v2.10.0 - 18 Aug 2018
---------------------