Files
vpp/src/vlib/FEATURE_trace.yaml
Dave Barach 994a44c411 docs: add more FEATURE.yaml documentation
This patch documents the DNS plugin, vlib packet tracing, vnet feature
arcs, and the vppinfra library.

Type: docs

Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: Idb16ec0593d428ce78fe8404374a823a56b4b420
2020-06-17 20:06:35 +00:00

15 lines
502 B
YAML

---
name: Packet Tracer
maintainer: Dave Barach <dave@barachs.net>
features:
- pcap rx/tx/drop packet tracing
- vpp native (ascii) packet tracing
- graph dispatch engine pcap tracing
- classifier-based packet trace selection
- Per-interface packet trace selection
description: "Support for various kinds of packet trace and captures.
Very useful for understanding and replaying traffic
for debugging purposes."
state: production
properties: [API, CLI, MULTITHREAD]