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/vnet/feature | |
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/vnet/feature')
-rw-r--r-- | src/vnet/feature/FEATURE.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/vnet/feature/FEATURE.yaml b/src/vnet/feature/FEATURE.yaml new file mode 100644 index 00000000000..b7964df90d4 --- /dev/null +++ b/src/vnet/feature/FEATURE.yaml @@ -0,0 +1,15 @@ +--- +name: Feature Arc Support +maintainer: + - Dave Barach <dave@barachs.net> +features: + - Feature arc registration + - Feature registration + - Flexible feature order constraint specification + - High-performance internal APIs to dispatch packets to the next feature node + - Topological feature sorting +description: "Constraint-based feature arc configuration, internal + APIs to dispatch packets to the next configured feature. + A fundamental vpp forwarding graph extension mechanism." +state: production +properties: [API, CLI, MULTITHREAD] |