@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828.in \\n[ rst2man-indent\\n[ rst2man-indent-level ] ]u
2929..
30- .TH "OVS-ACTIONS" "7" "Jun 07 , 2024" "3.3 " "Open vSwitch"
30+ .TH "OVS-ACTIONS" "7" "Aug 15 , 2024" "3.4 " "Open vSwitch"
3131.SH NAME
3232ovs-actions \- OpenFlow actions and instructions with Open vSwitch extensions
3333.SH INTRODUCTION
@@ -1804,8 +1804,7 @@ The L4 \fBport\fP or range \fBport1\-port2\fP from which the translated port
18041804should be selected. When a port range is specified, fallback to
18051805ephemeral ports does not happen, else, it will. The port number
18061806selection can be informed by the optional \fB random \fP and \fB hash \fP flags
1807- described below. The userspace datapath only supports the \fB hash \fP
1808- behavior.
1807+ described below.
18091808.UNINDENT
18101809.UNINDENT
18111810.UNINDENT
@@ -2594,13 +2593,17 @@ The number of sampled packets out of 65535. Must be greater or equal to 1.
25942593The unsigned 32\- bit integer identifier of the set of sample collectors to
25952594send sampled packets to. Defaults to 0.
25962595.TP
2597- .B \fB obs_domain_id= \fP\fI id \fP
2596+ .B \fB obs_domain_id= \fP\fI value \fP
25982597When sending samples to IPFIX collectors, the unsigned 32\- bit integer
2599- Observation Domain ID sent in every IPFIX flow record. Defaults to 0.
2598+ Observation Domain ID sent in every IPFIX flow record. The \fI value \fP may
2599+ be specified as a 32\- bit integer or a field or subfield in the syntax
2600+ described under \fI \% Field Specifications \fP above. Defaults to 0.
26002601.TP
2601- .B \fB obs_point_id= \fP\fI id \fP
2602+ .B \fB obs_point_id= \fP\fI value \fP
26022603When sending samples to IPFIX collectors, the unsigned 32\- bit integer
2603- Observation Point ID sent in every IPFIX flow record. Defaults to 0.
2604+ Observation Point ID sent in every IPFIX flow record. The \fI value \fP may
2605+ be specified as a 32\- bit integer or a field or subfield in the syntax
2606+ described under \fI \% Field Specifications \fP above. Defaults to 0.
26042607.TP
26052608.B \fB sampling_port= \fP\fI port \fP
26062609Sample packets on \fI port \fP , which should be the ingress or egress port. This
@@ -2630,6 +2633,9 @@ collector sets.
26302633.TP
26312634\fB Conformance \fP
26322635This action is an OpenFlow extension added in Open vSwitch 2.4.
2636+ .sp
2637+ Support for subfields in \fI obs_domain_id \fP and \fI obs_point_id \fP was added in
2638+ Open vSwitch 3.4.
26332639.UNINDENT
26342640.SH INSTRUCTIONS
26352641.sp
@@ -2782,6 +2788,6 @@ OpenFlow 1.1 introduced \fBgoto_table\fP\&. Open vSwitch 2.1 added support for
27822788.SH AUTHOR
27832789The Open vSwitch Development Community
27842790.SH COPYRIGHT
2785- 2016-2021 , The Open vSwitch Development Community
2791+ 2016-2024 , The Open vSwitch Development Community
27862792.\" Generated by docutils manpage writer.
27872793.
0 commit comments