summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAles Musil <amusil@redhat.com>2023-01-16 12:45:07 +0100
committerIlya Maximets <i.maximets@ovn.org>2023-01-16 19:55:21 +0100
commita9ae73b916bad528dcac2b8bb302fee6935fc163 (patch)
tree25a2386f4dbc3a9467a092e8c93ddcd1e762e9e1 /NEWS
parentde3bbdc479a9a78135e1922e4e6011732515e7ef (diff)
downloadopenvswitch-a9ae73b916bad528dcac2b8bb302fee6935fc163.tar.gz
ofp, dpif: Allow CT flush based on partial match.
Currently, the CT can be flushed by dpctl only by specifying the whole 5-tuple. This is not very convenient when there are only some fields known to the user of CT flush. Add new struct ofp_ct_match which represents the generic filtering that can be done for CT flush. The match is done only on fields that are non-zero with exception to the icmp fields. This allows the filtering just within dpctl, however it is a preparation for OpenFlow extension. Reported-at: https://bugzilla.redhat.com/2120546 Signed-off-by: Ales Musil <amusil@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4f9291bf1..3685d7c15 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,9 @@ Post-v3.0.0
* New option '--dump-hugepages' to include hugepages in core dumps. This
can assist with postmortem analysis involving DPDK, but may also produce
significantly larger core dump files.
+ - ovs-dpctl and 'ovs-appctl dpctl/' commands:
+ * 'flush-conntrack' is now capable of handling partial 5-tuple,
+ with additional optional parameter to specify the reply direction.
- Support for travis-ci.org based continuous integration builds has been
dropped.
- Userspace datapath: