summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric Garver <e@erig.me>2018-01-19 14:21:51 -0500
committerJustin Pettit <jpettit@ovn.org>2018-01-20 11:16:37 -0800
commit1fe178d251c8500a8ce7fab924e3a726f423026c (patch)
tree748f88d9c7789f332edc8c36f2ef15fd5b84921f /NEWS
parent70bbaa46492d25d94154bebd4563d14d3e629068 (diff)
downloadopenvswitch-1fe178d251c8500a8ce7fab924e3a726f423026c.tar.gz
dpif: Add support for OVS_ACTION_ATTR_CT_CLEAR
This supports using the ct_clear action in the kernel datapath. To preserve compatibility with current ct_clear behavior on old kernels, we only pass this action down to the datapath if a probe reveals the datapath actually supports it. Signed-off-by: Eric Garver <e@erig.me> Acked-by: William Tu <u9012063@gmail.com> Acked-by: Flavio Leitner <fbl@sysclose.org> Signed-off-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 34c0d1231..fe1a01eea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
Post-v2.9.0
--------------------
- - Nothing yet.
-
+ - OpenFlow:
+ * ct_clear action is now backed by kernel datapath. Support is probed for
+ when OVS starts.
v2.9.0 - xx xxx xxxx
--------------------