[ovs-dev] [PATCH 3/3] ovs-dpctl: Update ovs-dpctl manpage

Andy Zhou azhou at nicira.com
Sat Aug 3 19:23:16 UTC 2013


Document the added -m option.

Signed-off-by: Andy Zhou <azhou at nicira.com>
---
 utilities/ovs-dpctl.8.in |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/utilities/ovs-dpctl.8.in b/utilities/ovs-dpctl.8.in
index 2b0036c..b30541d 100644
--- a/utilities/ovs-dpctl.8.in
+++ b/utilities/ovs-dpctl.8.in
@@ -121,6 +121,9 @@ required.
 .IP "\fBdump\-flows\fR [\fIdp\fR]"
 Prints to the console all flow entries in datapath \fIdp\fR's
 flow table.
+.IP "[\fB\-m\fR] \fBdump\-flows\fR [\fIdp\fR]"
+Same as dump-flow, but display flows in verbose mode that will include
+fully wildcarded fields. Those fields are omitted without the -m option.
 .
 .IP "\fBadd\-flow\fR [\fIdp\fR] \fIflow actions\fR"
 .IQ "[\fB\-\-clear\fR] [\fB\-\-may-create\fR] [\fB\-s\fR | \fB\-\-statistics\fR] \fBmod\-flow\fR [\fIdp\fR] \fIflow actions\fR"
-- 
1.7.9.5




More information about the dev mailing list