summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAles Musil <amusil@redhat.com>2023-03-13 08:16:35 +0100
committerIlya Maximets <i.maximets@ovn.org>2023-03-15 21:27:43 +0100
commit3f50354a978ce039e9a332b5117af43fffaa932d (patch)
treeb5e5288a673adcda35d732bcb5667b15dfb08a06
parent504f8c8590aa2cde6f4fa08a30a2743b2f86c6bc (diff)
downloadopenvswitch-3f50354a978ce039e9a332b5117af43fffaa932d.tar.gz
vswitch: Add missing documentation for "ct_flush" capability.
Fixes: 08146bf7d9b4 ("openflow: Add extension to flush CT by generic match.") Signed-off-by: Ales Musil <amusil@redhat.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
-rw-r--r--vswitchd/vswitch.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
index 1426aeb61..1204805b1 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -6309,6 +6309,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.
</column>
+ <column name="capabilities" key="ct_flush"
+ type='{"type": "boolean"}'>
+ True if the datapath supports CT flush OpenFlow Nicira extension
+ called <code>NXT_CT_FLUSH</code>. The <code>NXT_CT_FLUSH</code>
+ extensions allows to flush CT entries based on specified parameters.
+ </column>
</group>
<group title="Common Columns">