From 494a74557a7d8eb8aafcc8a6e96ac3493356e033 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Wed, 25 Jul 2018 13:52:42 -0700 Subject: 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 CC: Simon Horman CC: Roi Dayan CC: Aaron Conole Signed-off-by: Justin Pettit Acked-by: Ben Pfaff --- lib/dpctl.man | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'lib/dpctl.man') 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 -- cgit v1.2.1