2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

vswitch: Add missing documentation for "ct_flush" capability.

Fixes: 08146bf7d9 ("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>
This commit is contained in:
Ales Musil
2023-03-13 08:16:35 +01:00
committed by Ilya Maximets
parent ebe98c587d
commit e90a0727f1

View File

@@ -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">