diff mbox

[ovs-dev,RFC,v5,8/8] NEWS: Add item for creating tunnels via rtnetlink

Message ID 20170216222533.11027-9-e@erig.me
State Superseded
Headers show

Commit Message

Eric Garver Feb. 16, 2017, 10:25 p.m. UTC
Signed-off-by: Eric Garver <e@erig.me>
---
 NEWS | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

diff --git a/NEWS b/NEWS
index ce9fe8803280..922de349db1d 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@  Post-v2.7.0
    - Tunnels:
      * Added support to set packet mark for tunnel endpoint using
        `egress_pkt_mark` OVSDB option.
+     * When using Linux kernel datapath tunnels may be created using rtnetlink.
+       This will allow us to take advantage of new tunnel features without
+       having to make changes to the vport modules.
    - EMC insertion probability is reduced to 1% and is configurable via
      the new 'other_config:emc-insert-inv-prob' option.