This was overlooked when "clone" was introduced.

Fixes: 7ae62a676d3a ("ofp-actions: Add clone action.")
Signed-off-by: Ben Pfaff <b...@ovn.org>
---
 NEWS                     | 1 +
 utilities/ovs-ofctl.8.in | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/NEWS b/NEWS
index 1b0aa5d..0c39cc4 100644
--- a/NEWS
+++ b/NEWS
@@ -33,6 +33,7 @@ Post-v2.6.0
        details.
      * The "sample" action now supports "ingress" and "egress" options.
      * The "ct" action now supports the TFTP ALG where support is available.
+     * New action "clone".
    - ovs-ofctl:
      * 'bundle' command now supports packet-out messages.
      * New syntax for 'ovs-ofctl packet-out' command, which uses the
diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
index d8c03db..72aa89a 100644
--- a/utilities/ovs-ofctl.8.in
+++ b/utilities/ovs-ofctl.8.in
@@ -2623,6 +2623,14 @@ than one flow.  Open vSwitch does not enforce this.
 .IP
 The \fBconjunction\fR action and \fBconj_id\fR field were introduced
 in Open vSwitch 2.4.
+.
+.IP "\fBclone(\fR[\fIaction\fR][\fB,\fIaction\fR...]\fB)\fR"
+Executes each nested \fIaction\fR, saving much of the packet and
+pipeline state beforehand and then restoring it afterward.  The state
+that is saved and restored includes all flow data and metadata
+(including, for example, \fBct_state\fR).
+.IP
+This action was added in Open vSwitch 2.6.90.
 .RE
 .
 .PP
-- 
2.10.2

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to