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 Nov 18, 2024
1 parent ede6a34 commit 475add6
Show file tree
Hide file tree
Showing 21 changed files with 977 additions and 938 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.
9 changes: 9 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 @@ -1800,6 +1800,15 @@ This action is applied for new connections received by a specific load-balacer w
\fB\fIR\fB = chk_lb_aff();\fR
This action checks if the packet under consideration matches any flow in table 78\[char46] If it is so, then the 1-bit destination register \fIR\fR is set to 1\[char46]
.TP
\fB\fIR\fB = ct_nw_dst();\fR
This action checks if the packet is tracked and stores the conntrack original destination IPv4 address in the register \fIR\fR of 32-bit size\[char46]
.TP
\fB\fIR\fB = ct_ip6_dst();\fR
This action checks if the packet is tracked and stores the conntrack original destination IPv6 address in the register \fIR\fR of 128-bit size\[char46]
.TP
\fB\fIR\fB = ct_tp_dst();\fR
This action checks if the packet is tracked and stores the conntrack original L4 destination port in the register \fIR\fR of 16-bit size\[char46]
.TP
\fBsample(probability=\fIpackets\fB, \[char46]\[char46]\[char46])\fR
This action causes the matched traffic to be sampled using IPFIX protocol\[char46] More information about how per-flow IPFIX sampling works in OVS can be found in \fBovs\-actions\fR(7) and \fBovs\-vswitchd\[char46]conf\[char46]db\fR(5)\[char46]
.IP
Expand Down
953 changes: 484 additions & 469 deletions src/static/support/dist-docs-branch-24.09/ovn-sb.5.html

Large diffs are not rendered by default.

Binary file modified src/static/support/dist-docs-branch-24.09/ovn-sb.5.pdf
Binary file not shown.
953 changes: 484 additions & 469 deletions src/static/support/dist-docs-branch-24.09/ovn-sb.5.txt

Large diffs are not rendered by default.

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 475add6

Please sign in to comment.