summaryrefslogtreecommitdiff
path: root/utilities
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-01-05 15:50:06 -0800
committerBen Pfaff <blp@ovn.org>2017-01-05 20:38:01 -0800
commite8035fc014eadcb065608b1e5b073fe6de5c3041 (patch)
treefc1a570c8092dc765b5bc78b24e19f1b23e0ae18 /utilities
parent69876ed78611844d6db4b6b62c9a229f185e3fec (diff)
downloadopenvswitch-e8035fc014eadcb065608b1e5b073fe6de5c3041.tar.gz
ovs-ofctl: Document the "clone" action.
This was overlooked when "clone" was introduced. Fixes: 7ae62a676d3a ("ofp-actions: Add clone action.") Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Mickey Spiegel <mickeys.dev@gmail.com>
Diffstat (limited to 'utilities')
-rw-r--r--utilities/ovs-ofctl.8.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
index ea2ace848..49d87abae 100644
--- a/utilities/ovs-ofctl.8.in
+++ b/utilities/ovs-ofctl.8.in
@@ -2633,6 +2633,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