From 196fce2b62c0d215722dd233aa8bf70a43aa0a66 Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Mon, 27 Jan 2020 09:56:58 -0500 Subject: classify: pcap / packet trace debug CLI bugs "classify filter trace ... " and "classify filter pcap ..." are mutually exclusive. vnet_pcap_dispatch_trace_configure needs to check for set->table_indices == NULL. Type: fix Ticket: VPP-1827 Signed-off-by: Dave Barach Change-Id: I43733364087ffb0a43de92e450955033431d559d --- extras/pcapcli/setup.tracefilter | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'extras/pcapcli') diff --git a/extras/pcapcli/setup.tracefilter b/extras/pcapcli/setup.tracefilter index e6c86298c84..db07a0e4224 100644 --- a/extras/pcapcli/setup.tracefilter +++ b/extras/pcapcli/setup.tracefilter @@ -17,4 +17,6 @@ packet-generator new { } } -classify filter trace mask l3 ip4 src match l3 ip4 src 192.168.1.15 +comment { Pick one, uncomment, and "pcap 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