diff options
author | Nobuhiro MIKI <nmiki@yahoo-corp.jp> | 2023-02-28 18:30:09 +0900 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-03-01 19:36:39 +0000 |
commit | d346f393fd26aa08882e6f84e2b9a4b888430a30 (patch) | |
tree | 025fbfa6d947629a1b02cf0261d0f1b5814e6958 /extras/configs | |
parent | 01ee7a7782199abe0306ab296acefeaa9211e8b3 (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 'extras/configs')
-rw-r--r-- | extras/configs/pcapcli/setup.tracefilter | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/configs/pcapcli/setup.tracefilter b/extras/configs/pcapcli/setup.tracefilter index db07a0e4224..18a55e16ab0 100644 --- a/extras/configs/pcapcli/setup.tracefilter +++ b/extras/configs/pcapcli/setup.tracefilter @@ -17,6 +17,6 @@ packet-generator new { } } -comment { Pick one, uncomment, and "pcap rx ..." or "trace add pg-input ..." } +comment { Pick one, uncomment, and "pcap trace rx ..." or "trace add pg-input ..." } comment { classify filter trace mask l3 ip4 src match l3 ip4 src 192.168.1.15 } comment { classify filter pcap mask l3 ip4 src match l3 ip4 src 192.168.1.15 } |