summaryrefslogtreecommitdiff
path: root/ovn/ovn-sb.xml
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-04-18 11:18:02 -0700
committerBen Pfaff <blp@ovn.org>2017-04-21 08:20:03 -0700
commita96d26d78ebeba737f8183e17311ce4e2c505b82 (patch)
tree8de81b10a60eaf3e8b593a2a0a81a97a84a1f3a0 /ovn/ovn-sb.xml
parent15702dc9039b3ca3966707ebfa8e2c6b75397bf3 (diff)
downloadopenvswitch-a96d26d78ebeba737f8183e17311ce4e2c505b82.tar.gz
ovn-sb.xml: Document ct.trk and improve wording for other ct flags.
Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Miguel Angel Ajo <majopela@redhat.com>
Diffstat (limited to 'ovn/ovn-sb.xml')
-rw-r--r--ovn/ovn-sb.xml18
1 files changed, 10 insertions, 8 deletions
diff --git a/ovn/ovn-sb.xml b/ovn/ovn-sb.xml
index 8605c9889..72bf27913 100644
--- a/ovn/ovn-sb.xml
+++ b/ovn/ovn-sb.xml
@@ -852,9 +852,16 @@
<li><code>ct_mark</code> <code>ct_label</code></li>
<li>
<p>
- <code>ct_state</code>, which has the following Boolean subfields:
+ <code>ct_state</code>, which has several Boolean subfields. The
+ <code>ct_next</code> action initializes the following subfields:
</p>
<ul>
+ <li>
+ <code>ct.trk</code>: Always set to true by <code>ct_next</code>
+ to indicate that connection tracking has taken place. All other
+ <code>ct</code> subfields have <code>ct.trk</code> as a
+ prerequisite.
+ </li>
<li><code>ct.new</code>: True for a new flow</li>
<li><code>ct.est</code>: True for an established flow</li>
<li><code>ct.rel</code>: True for a related flow</li>
@@ -862,8 +869,8 @@
<li><code>ct.inv</code>: True for a connection entry in a bad state</li>
</ul>
<p>
- The above subfields of <code>ct_state</code> are initialized by
- the <code>ct_next</code> action, described later.
+ The <code>ct_dnat</code>, <code>ct_snat</code>, and
+ <code>ct_lb</code> actions initialize the following subfields:
</p>
<ul>
<li>
@@ -875,11 +882,6 @@
address has been changed.
</li>
</ul>
- <p>
- The above subfields of <code>ct_state</code> are initialized by
- the actions like <code>ct_dnat</code>, <code>ct_snat</code> and
- <code>ct_lb</code> described later.
- </p>
</li>
</ul>