Skip to content

Commit

Permalink
Update OVN branch-24.09 manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 7, 2024
1 parent 293926b commit 3ce52ab
Show file tree
Hide file tree
Showing 21 changed files with 8 additions and 0 deletions.
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-appctl.8.pdf
Binary file not shown.
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-architecture.7.pdf
Binary file not shown.
Binary file not shown.
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-controller.8.pdf
Binary file not shown.
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-ctl.8.pdf
Binary file not shown.
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-debug.8.pdf
Binary file not shown.
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-detrace.1.pdf
Binary file not shown.
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-ic-nb.5.pdf
Binary file not shown.
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-ic-nbctl.8.pdf
Binary file not shown.
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-ic-sb.5.pdf
Binary file not shown.
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-ic-sbctl.8.pdf
Binary file not shown.
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-ic.8.pdf
Binary file not shown.
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-nb.5.pdf
Binary file not shown.
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-nbctl.8.pdf
Binary file not shown.
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-northd.8.pdf
Binary file not shown.
4 changes: 4 additions & 0 deletions src/static/support/dist-docs-branch-24.09/ovn-sb.5
Original file line number Diff line number Diff line change
Expand Up @@ -1198,6 +1198,10 @@ Decrements the IPv4 or IPv6 TTL\[char46] If this would make the TTL zero or nega
\fBPrerequisite:\fR \fBip\fR
.TP
\fBct_next;\fR
.TQ .5in
\fBct_next(dnat);\fR
.TQ .5in
\fBct_next(snat);\fR
Apply connection tracking to the flow, initializing \fBct_state\fR for matching in later tables\[char46] Automatically moves on to the next table, as if followed by \fBnext\fR\[char46]
.IP
As a side effect, IP fragments will be reassembled for matching\[char46] If a fragmented packet is output, then it will be sent with any overlapping fragments squashed\[char46] The connection tracking state is scoped by the logical port when the action is used in a flow for a logical switch, so overlapping addresses may be used\[char46] To allow traffic related to the matched flow, execute \fBct_commit
Expand Down
2 changes: 2 additions & 0 deletions src/static/support/dist-docs-branch-24.09/ovn-sb.5.html
Original file line number Diff line number Diff line change
Expand Up @@ -1176,6 +1176,8 @@
<b>P</b><b>r</b><b>e</b><b>r</b><b>e</b><b>q</b><b>u</b><b>i</b><b>s</b><b>i</b><b>t</b><b>e</b><b>:</b> <b>i</b><b>p</b>

<b>c</b><b>t</b><b>_</b><b>n</b><b>e</b><b>x</b><b>t</b><b>;</b>
<b>c</b><b>t</b><b>_</b><b>n</b><b>e</b><b>x</b><b>t</b><b>(</b><b>d</b><b>n</b><b>a</b><b>t</b><b>)</b><b>;</b>
<b>c</b><b>t</b><b>_</b><b>n</b><b>e</b><b>x</b><b>t</b><b>(</b><b>s</b><b>n</b><b>a</b><b>t</b><b>)</b><b>;</b>
Apply connection tracking to the flow, initializing
<b>c</b><b>t</b><b>_</b><b>s</b><b>t</b><b>a</b><b>t</b><b>e</b> for matching in later tables. Automatically moves
on to the next table, as if followed by <b>n</b><b>e</b><b>x</b><b>t</b>.
Expand Down
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-sb.5.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions src/static/support/dist-docs-branch-24.09/ovn-sb.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1175,6 +1175,8 @@ Logical_Flow TABLE
Prerequisite: ip

ct_next;
ct_next(dnat);
ct_next(snat);
Apply connection tracking to the flow, initializing
ct_state for matching in later tables. Automatically moves
on to the next table, as if followed by next.
Expand Down
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-sbctl.8.pdf
Binary file not shown.
Binary file modified src/static/support/dist-docs-branch-24.09/ovn-trace.8.pdf
Binary file not shown.

0 comments on commit 3ce52ab

Please sign in to comment.