Skip to content

Commit

Permalink
vswitch: Add missing documentation for "ct_flush" capability
Browse files Browse the repository at this point in the history
Fixes: 08146bf ("openflow: Add extension to flush CT by generic match.")
Signed-off-by: Ales Musil <amusil@redhat.com>
  • Loading branch information
almusil authored and Simon Horman committed Mar 14, 2023
1 parent 3d93074 commit b2361cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vswitchd/vswitch.xml
Expand Up @@ -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.
</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">
Expand Down

0 comments on commit b2361cb

Please sign in to comment.