ovs-ofctl.8: Document group:group_id action
authorThomas Graf <tgraf@noironetworks.com>
Fri, 20 Jun 2014 11:17:35 +0000 (13:17 +0200)
committerBen Pfaff <blp@nicira.com>
Tue, 24 Jun 2014 15:51:13 +0000 (08:51 -0700)
Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-ofctl.8.in

index cc811ff..efd8c11 100644 (file)
@@ -1144,6 +1144,10 @@ This form of \fBoutput\fR was added in Open vSwitch 1.3.0.  This form
 of \fBoutput\fR uses an OpenFlow extension that is not supported by
 standard OpenFlow switches.
 .
+.IP \fBgroup:\fIgroup_id\fR
+Outputs the packet to the OpenFlow group \fIgroup_id\fR. Group tables
+are only supported in OpenFlow 1.1+. See Group Syntax for more details.
+.
 .IP \fBnormal\fR
 Subjects the packet to the device's normal L2/L3 processing.  (This
 action is not implemented by all OpenFlow switches.)