aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNobuhiro MIKI <nmiki@yahoo-corp.jp>2023-02-28 18:30:09 +0900
committerDave Wallace <dwallacelf@gmail.com>2023-03-01 19:36:39 +0000
commitd346f393fd26aa08882e6f84e2b9a4b888430a30 (patch)
tree025fbfa6d947629a1b02cf0261d0f1b5814e6958 /docs
parent01ee7a7782199abe0306ab296acefeaa9211e8b3 (diff)
docs: fixed to use unified "pcap trace" command
Type: docs Fixes: 33909777c637 ("misc: unify pcap rx / tx / drop trace") Signed-off-by: Nobuhiro MIKI <nmiki@yahoo-corp.jp> Change-Id: I049616cfad300658e62e5026c0655ee6f07a2421
Diffstat (limited to 'docs')
-rw-r--r--docs/developer/corearchitecture/vnet.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/developer/corearchitecture/vnet.rst b/docs/developer/corearchitecture/vnet.rst
index 812e2fb4f8a..2740ac0ad03 100644
--- a/docs/developer/corearchitecture/vnet.rst
+++ b/docs/developer/corearchitecture/vnet.rst
@@ -499,7 +499,7 @@ These commands have the following optional parameters:
512.
-- filter - Use the pcap rx / tx / drop trace filter, which must be
+- filter - Use the pcap trace rx / tx / drop filter, which must be
configured. Use classify filter pcap… to configure the filter. The
filter will only be executed if the per-interface or any-interface
tests fail.
@@ -528,8 +528,8 @@ packet trace capture filtering
------------------------------
The “classify filter pcap \| \| trace” debug CLI command constructs an
-arbitrary set of packet classifier tables for use with “pcap rx \| tx \|
-drop trace,” and with the vpp packet tracer on a per-interface or
+arbitrary set of packet classifier tables for use with “pcap trace rx \|
+tx \| drop,” and with the vpp packet tracer on a per-interface or
system-wide basis.
Packets which match a rule in the classifier table chain will be traced.