X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-ofctl.8.in;h=3c19be3d23e5e9661e30109d0a0a92ab7d46555c;hb=a6bc4a03a44ee8a4ab346f0c1a6e21d20a1d29bd;hp=8f8c4cfe6df780976fa1ef8827f56be9e44d6d23;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;p=openvswitch diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index 8f8c4cfe..3c19be3d 100644 --- a/utilities/ovs-ofctl.8.in +++ b/utilities/ovs-ofctl.8.in @@ -311,7 +311,8 @@ Same as \fBdl_type=0x0800,nw_proto=17\fR. Same as \fBdl_type=0x0806\fR. . .PP -The \fBadd-flow\fR and \fBadd-flows\fR commands require an additional field: +The \fBadd-flow\fR and \fBadd-flows\fR commands require an additional +field, which must be the final field specified: . .IP \fBactions=\fR[\fItarget\fR][\fB,\fItarget\fR...]\fR Specifies a comma-separated list of actions to take on a packet when the @@ -392,12 +393,39 @@ Sets the IP ToS/DSCP field to \fItos\fR. Valid values are between 0 and modified. . .RE +.IP +The following actions are Nicira vendor extensions that, as of this writing, are +only known to be implemented by Open vSwitch: +. +.RS +. +.IP \fBresubmit\fB:\fIport\fR +Re-searches the OpenFlow flow table with the \fBin_port\fR field +replaced by \fIport\fR and executes the actions found, if any, in +addition to any other actions in this flow entry. Recursive +\fBresubmit\fR actions are ignored. +. +.IP \fBset_tunnel\fB:\fIid\fR +If outputting to a port that encapsulates the packet in a tunnel and supports +an identifier (such as GRE), sets the identifier to \fBid\fR. +. +.RE . .IP (The OpenFlow protocol supports other actions that \fBovs\-ofctl\fR does not yet expose to the user.) . .PP +The \fBadd\-flow\fR, \fBadd\-flows\fR, and \fBmod\-flows\fR commands +support an additional optional field: +. +.IP \fBcookie=\fIvalue\fR +. +A cookie is an opaque identifier that can be associated with the flow. +\fIvalue\fR can be any 64-bit number and need not be unique among +flows. +. +.PP The \fBadd-flow\fR, \fBadd-flows\fR, and \fBdel-flows\fR commands support an additional optional field: . @@ -478,6 +506,7 @@ described in \fBFlow Syntax\fR, above. \fB--strict\fR Uses strict matching when running flow modification commands. . +.SS "Public Key Infrastructure Options" .so lib/ssl.man .so lib/vlog.man .so lib/common.man