From b2361cb2195546296122a70e57368bc6b0f35335 Mon Sep 17 00:00:00 2001 From: Ales Musil Date: Mon, 13 Mar 2023 08:16:35 +0100 Subject: [PATCH] vswitch: Add missing documentation for "ct_flush" capability Fixes: 08146bf7d9b4 ("openflow: Add extension to flush CT by generic match.") Signed-off-by: Ales Musil --- vswitchd/vswitch.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index 12708a313..4c0ba2187 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -6301,6 +6301,12 @@ ovs-vsctl add-port br0 p0 -- set Interface p0 type=patch options:peer=p1 \ translated to an ephemeral port. If there is no collision, no SNAT is performed. + + True if the datapath supports CT flush OpenFlow Nicira extension + called NXT_CT_FLUSH. The NXT_CT_FLUSH + extensions allows to flush CT entries based on specified parameters. +