summaryrefslogtreecommitdiff
path: root/lib/dpctl.man
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2018-07-25 13:52:42 -0700
committerJustin Pettit <jpettit@ovn.org>2018-07-25 14:17:36 -0700
commit494a74557a7d8eb8aafcc8a6e96ac3493356e033 (patch)
tree55f717a0118cf07f9b5a71315723a78b58350c62 /lib/dpctl.man
parentf603d7d262fdfa2dc977f3f3ec516b54e6a7deae (diff)
downloadopenvswitch-494a74557a7d8eb8aafcc8a6e96ac3493356e033.tar.gz
Revert "dpctl: Expand the flow dump type filter"
Commit ab15e70eb587 ("dpctl: Expand the flow dump type filter") had a number of issues with style, build breakage, and failing unit tests. The patch is being reverted so that they can addressed. This reverts commit ab15e70eb5878b46f8f84da940ffc915b6d74cad. CC: Gavi Teitz <gavi@mellanox.com> CC: Simon Horman <simon.horman@netronome.com> CC: Roi Dayan <roid@mellanox.com> CC: Aaron Conole <aconole@redhat.com> Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'lib/dpctl.man')
-rw-r--r--lib/dpctl.man14
1 files changed, 4 insertions, 10 deletions
diff --git a/lib/dpctl.man b/lib/dpctl.man
index b77bc3fd8..5d987e62d 100644
--- a/lib/dpctl.man
+++ b/lib/dpctl.man
@@ -118,16 +118,10 @@ The \fIfilter\fR is also useful to match wildcarded fields in the datapath
flow. As an example, \fBfilter='tcp,tp_src=100'\fR will match the
datapath flow containing '\fBtcp(src=80/0xff00,dst=8080/0xff)\fR'.
.IP
-If \fBtype=\fItype\fR is specified, only displays flows of the specified type(s).
-\fItype\fR is a comma separated list, which can contain any of the following:
-.
- \fBovs\fR - displays flows handled in the ovs dp
- \fBtc\fR - displays flows handled in the tc dp
- \fBoffloaded\fR - displays flows offloaded to the HW
- \fBnon-offloaded\fR - displays flows not offloaded to the HW
- \fBall\fR - displays all the types of flows
-.IP
-By default all the types of flows are displayed.
+If \fBtype=\fItype\fR is specified, only displays flows of a specific type.
+\fItype\fR can be \fBoffloaded\fR to display only rules offloaded to the HW
+or \fBovs\fR to display only rules from the OVS tables.
+By default all rules are displayed.
.
.IP "\*(DX\fBadd\-flow\fR [\fIdp\fR] \fIflow actions\fR"
.TP