docs: add more FEATURE.yaml documentation
[vpp.git] / src / vlib / FEATURE_trace.yaml
diff --git a/src/vlib/FEATURE_trace.yaml b/src/vlib/FEATURE_trace.yaml
new file mode 100644 (file)
index 0000000..4d36cd3
--- /dev/null
@@ -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]