From 6d5d1f3bb76ca76b31fa8614bb914f91aace3f52 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 8 Sep 2015 15:21:45 -0700 Subject: ovs-ofctl: Add "out_group" keyword for OF1.1+ matching on output group. It seems that OVS has never supported this OpenFlow feature in ovs-ofctl, which makes it hard to test. This commit adds support. (Open vSwitch has supported this in OpenFlow for a long time; it's only ovs-ofctl that didn't.) Signed-off-by: Ben Pfaff Reviewed-by: Simon Horman --- utilities/ovs-ofctl.8.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'utilities/ovs-ofctl.8.in') diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in index 468f7d9fe..a18605506 100644 --- a/utilities/ovs-ofctl.8.in +++ b/utilities/ovs-ofctl.8.in @@ -2469,13 +2469,20 @@ check is expensive so it is best to avoid it.) . .PP The \fBdump\-flows\fR, \fBdump\-aggregate\fR, \fBdel\-flow\fR -and \fBdel\-flows\fR commands support one additional optional field: +and \fBdel\-flows\fR commands support these additional optional fields: . .TP \fBout_port=\fIport\fR If set, a matching flow must include an output action to \fIport\fR, which must be an OpenFlow port number or name (e.g. \fBlocal\fR). . +.TP +\fBout_group=\fIport\fR +If set, a matching flow must include an \fBgroup\fR action naming +\fIgroup\fR, which must be an OpenFlow group number. This field +is supported in Open vSwitch 2.5 and later and requires OpenFlow 1.1 +or later. +. .SS "Table Entry Output" . The \fBdump\-tables\fR and \fBdump\-aggregate\fR commands print information -- cgit v1.2.1