diff options
author | Dave Barach <dave@barachs.net> | 2020-06-17 08:41:22 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2020-06-17 20:06:35 +0000 |
commit | 994a44c4116dd8f5c3d5270f8772f5b860e368bd (patch) | |
tree | 1c2f02de31267c4ac6907ab09c60b770e9c87d5d /src/vlib | |
parent | f6a9b1442a1d8d267aaf68465a78e09046d9b576 (diff) |
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
Diffstat (limited to 'src/vlib')
-rw-r--r-- | src/vlib/FEATURE_trace.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
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 <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] |