From d346f393fd26aa08882e6f84e2b9a4b888430a30 Mon Sep 17 00:00:00 2001 From: Nobuhiro MIKI Date: Tue, 28 Feb 2023 18:30:09 +0900 Subject: docs: fixed to use unified "pcap trace" command Type: docs Fixes: 33909777c637 ("misc: unify pcap rx / tx / drop trace") Signed-off-by: Nobuhiro MIKI Change-Id: I049616cfad300658e62e5026c0655ee6f07a2421 --- extras/configs/pcapcli/setup.tracefilter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/configs/pcapcli') 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 } -- cgit 1.2.3-korg