diff options
Diffstat (limited to 'src/vlib/FEATURE_trace.yaml')
-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] |