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