X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-ofctl.8.in;h=3c19be3d23e5e9661e30109d0a0a92ab7d46555c;hb=836fad5e1ae4316752150fcdfba9afbf8d5f5801;hp=948df51d719dc6d4aec02f95f385d5b92a1de93e;hpb=8cce2125eea6e800bfe501916aac313880b751a7;p=openvswitch diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index 948df51d..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 @@ -391,14 +392,22 @@ Sets the IP ToS/DSCP field to \fItos\fR. Valid values are between 0 and 255, inclusive. Note that the two lower reserved bits are never 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 -This action is a Nicira vendor extension that, as of this writing, is -only known to be implemented by Open vSwitch. +. +.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 .