docs: nitfixes in FEATURE.yaml
Type: improvement Change-Id: Iec585880085b12b08594a0640822cd831455d594 Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
This commit is contained in:

committed by
Neale Ranns

parent
5e5f800480
commit
bd23b405fb
@ -2,7 +2,7 @@
|
||||
name: Buffers monitoring plugin
|
||||
maintainer: Benoît Ganne <bganne@cisco.com>
|
||||
features:
|
||||
- monitor buffer utiization in VPP graph nodes
|
||||
description: "monitor buffer utiization in VPP graph nodes"
|
||||
- monitor buffer utilization in VPP graph nodes
|
||||
description: "monitor buffer utilization in VPP graph nodes"
|
||||
state: production
|
||||
properties: [CLI, MULTITHREAD]
|
||||
|
@ -9,7 +9,7 @@ description: "This plugin is intended to complement the VPP's plugin_nat for
|
||||
Cloud use-cases. It allows for source/destination address/port
|
||||
translation based on multiple criterias. It is intended to be modular
|
||||
enough so that one could write a use-case optimised translation function
|
||||
without having to deal with actually re-writing packets or maintining
|
||||
without having to deal with actually re-writing packets or maintaining
|
||||
sessions.
|
||||
This plugin supports multithreading. Workers share a unique bihash where
|
||||
sessions are stored."
|
||||
|
@ -5,6 +5,6 @@ features:
|
||||
- CBC(128, 192, 256)
|
||||
- GCM(128, 192, 256)
|
||||
|
||||
description: "An implentation of a native crypto-engine"
|
||||
description: "An implementation of a native crypto-engine"
|
||||
state: production
|
||||
properties: [API, CLI, MULTITHREAD]
|
||||
|
@ -6,6 +6,6 @@ features:
|
||||
- DHCPv6 prefix delegation
|
||||
- DHCP Proxy / Option 82
|
||||
|
||||
description: "An implemenation of the Dynamic Host Configuration Protocol (DHCP) client"
|
||||
description: "An implementation of the Dynamic Host Configuration Protocol (DHCP) client"
|
||||
state: production
|
||||
properties: [API, CLI, MULTITHREAD]
|
||||
|
@ -4,7 +4,7 @@ maintainer: Neale Ranns <nranns@cisco.com>
|
||||
features:
|
||||
- cross connect all ingress traffic on an L3 interface to an output FIB path.
|
||||
- the path can describe any output (with the exception of MPLS labels)
|
||||
- The same functions can be acheived by using a dedicated VRF for the table
|
||||
- The same functions can be achieved by using a dedicated VRF for the table
|
||||
and adding a default route with the same path. However, the L3XC is more
|
||||
efficient in memory and CPU
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: SRv6 Mobuile
|
||||
name: SRv6 Mobile
|
||||
maintainer: Tetsuya Murakami <tetsuya.mrk@gmail.com>
|
||||
features:
|
||||
- GTP4.D
|
||||
|
@ -3,7 +3,7 @@ name: IP Security
|
||||
maintainer: Neale Ranns <nranns@cisco.com>
|
||||
features:
|
||||
- IPSec (https://tools.ietf.org/html/rfc4301)
|
||||
- Authetication Header (https://tools.ietf.org/html/rfc4302)
|
||||
- Authentication Header (https://tools.ietf.org/html/rfc4302)
|
||||
- Encapsulating Security Payload (https://tools.ietf.org/html/rfc4303)
|
||||
|
||||
description: "An implementation of IPSec"
|
||||
|
@ -7,6 +7,6 @@ features:
|
||||
- Mark - write [mapped] QoS bits into packet headers
|
||||
- Store - write in packet metadata a fixed QoS value
|
||||
|
||||
description: "An implentation of Quality of Service (QoS)"
|
||||
description: "An implementation of Quality of Service (QoS)"
|
||||
state: production
|
||||
properties: [API, CLI, MULTITHREAD]
|
||||
|
Reference in New Issue
Block a user