[ovs-dev] [PATCH 27/32] ovs-ofctl: Document out_group parameter of monitor subcommand

Simon Horman horms at verge.net.au
Mon Jun 9 03:54:23 UTC 2014


This is now supported for OpenFlow1.4+.

Signed-off-by: Simon Horman <horms at verge.net.au>
---
 utilities/ovs-ofctl.8.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
index fc264c7..c1a14e8 100644
--- a/utilities/ovs-ofctl.8.in
+++ b/utilities/ovs-ofctl.8.in
@@ -458,6 +458,11 @@ Limits the monitoring to the table with the given \fInumber\fR between
 If set, only flows that output to \fIport\fR are monitored.  The
 \fIport\fR may be an OpenFlow port number or keyword
 (e.g. \fBLOCAL\fR).
+.IP "\fBout_group=\fIgroup\fR"
+If set, only flows that output to \fIgroup\fR are monitored.
+The \fIgroup\fR may be an OpenFlow group number.
+.IP
+Requires OpenFlow 1.4 or later.
 .IP "\fIfield\fB=\fIvalue\fR"
 Monitors only flows that have \fIfield\fR specified as the given
 \fIvalue\fR.  Any syntax valid for matching on \fBdump\-flows\fR may
-- 
2.0.0.rc2




More information about the dev mailing list