summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2017-01-31 17:52:16 -0800
committerJustin Pettit <jpettit@ovn.org>2017-01-31 17:53:15 -0800
commite2218eeebc4abc4ab144a027c97438edd2c01e1b (patch)
treeb930bd6b4eaee524d1a3dbea697ce00c9597e140 /NEWS
parente51e9854e8095400fafb3530c963b017aecc1970 (diff)
downloadopenvswitch-e2218eeebc4abc4ab144a027c97438edd2c01e1b.tar.gz
Prepare for post-2.7.0 (2.7.90).
Signed-off-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 68386490f..5efcce28d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
-Post-v2.6.0
+Post-v2.7.0
+---------------------
+ - Tunnels:
+ * Added support to set packet mark for tunnel endpoint using
+ `egress_pkt_mark` OVSDB option.
+
+v2.7.0 - xx xxx xxxx
---------------------
- Utilities and daemons that support SSL now allow protocols and
ciphers to be configured with --ssl-protocols and --ssl-ciphers.
@@ -51,8 +57,6 @@ Post-v2.6.0
a per-OpenFlow bridge basis rather than globally. (The interface
has not changed.)
* Removed support for IPsec tunnels.
- * Added support to set packet mark for tunnel endpoint using
- `egress_pkt_mark` OVSDB option.
- DPDK:
* New option 'n_rxq_desc' and 'n_txq_desc' fields for DPDK interfaces
which set the number of rx and tx descriptors to use for the given port.