[ovs-dev] [PATCH v3 23/41] ovs-ofctl: Document out_group parameter of monitor subcommand

Simon Horman horms at verge.net.au
Mon Jun 16 02:29:43 UTC 2014


This is now supported for OpenFlow1.4+.

Signed-off-by: Simon Horman <horms at verge.net.au>

---
v2
* No change
---
 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 cc811ff..7019fc0 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