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:24:38 +0100
commite90a0727f17f6ad915a32735a8c0b282f2c8cd6f (patch)
treebcee45a1b40e351d370047deb867cdc719fb4443
parentebe98c587deb1bc011d9ec6263dc25bed9df0d3b (diff)
downloadopenvswitch-e90a0727f17f6ad915a32735a8c0b282f2c8cd6f.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 3e94b969c..88e2c94e2 100644
--- a/vswitchd/vswitch.xml
+++ b/vswitchd/vswitch.xml
@@ -6314,6 +6314,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">