Skip to content

Commit

Permalink
ovs-ofctl: Document the "clone" action.
Browse files Browse the repository at this point in the history
This was overlooked when "clone" was introduced.

Fixes: 7ae62a6 ("ofp-actions: Add clone action.")
Signed-off-by: Ben Pfaff <[email protected]>
Acked-by: Mickey Spiegel <[email protected]>
  • Loading branch information
blp committed Jan 6, 2017
1 parent 69876ed commit e8035fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,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
Expand Down
8 changes: 8 additions & 0 deletions utilities/ovs-ofctl.8.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8035fc

Please sign in to comment.