From 994a44c4116dd8f5c3d5270f8772f5b860e368bd Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Wed, 17 Jun 2020 08:41:22 -0400 Subject: 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 Change-Id: Idb16ec0593d428ce78fe8404374a823a56b4b420 --- src/vlib/FEATURE_trace.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/vlib/FEATURE_trace.yaml (limited to 'src/vlib/FEATURE_trace.yaml') diff --git a/src/vlib/FEATURE_trace.yaml b/src/vlib/FEATURE_trace.yaml new file mode 100644 index 00000000000..4d36cd33337 --- /dev/null +++ b/src/vlib/FEATURE_trace.yaml @@ -0,0 +1,14 @@ +--- +name: Packet Tracer +maintainer: Dave Barach +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] -- cgit 1.2.3-korg