From: Nathan Skrzypczak Date: Fri, 8 Oct 2021 13:13:07 +0000 (+0200) Subject: docs: nitfixes in FEATURE.yaml X-Git-Tag: v22.06-rc0~423 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=bd23b405fbe99034d75a46b060567e5adf62c04e;p=vpp.git docs: nitfixes in FEATURE.yaml Type: improvement Change-Id: Iec585880085b12b08594a0640822cd831455d594 Signed-off-by: Nathan Skrzypczak --- diff --git a/src/plugins/bufmon/FEATURE.yaml b/src/plugins/bufmon/FEATURE.yaml index 639643e5a28..81dc6e8fa5a 100644 --- a/src/plugins/bufmon/FEATURE.yaml +++ b/src/plugins/bufmon/FEATURE.yaml @@ -2,7 +2,7 @@ name: Buffers monitoring plugin maintainer: Benoît Ganne 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] diff --git a/src/plugins/cnat/FEATURE.yaml b/src/plugins/cnat/FEATURE.yaml index 9deda2e94cc..880d713b63f 100644 --- a/src/plugins/cnat/FEATURE.yaml +++ b/src/plugins/cnat/FEATURE.yaml @@ -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." diff --git a/src/plugins/crypto_native/FEATURE.yaml b/src/plugins/crypto_native/FEATURE.yaml index 206caceb2d4..06f26d4a8cf 100644 --- a/src/plugins/crypto_native/FEATURE.yaml +++ b/src/plugins/crypto_native/FEATURE.yaml @@ -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] diff --git a/src/plugins/dhcp/FEATURE.yaml b/src/plugins/dhcp/FEATURE.yaml index 469af29cee5..a517cb849de 100644 --- a/src/plugins/dhcp/FEATURE.yaml +++ b/src/plugins/dhcp/FEATURE.yaml @@ -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] diff --git a/src/plugins/l3xc/FEATURE.yaml b/src/plugins/l3xc/FEATURE.yaml index 5086fee3c57..0ee8c0c2168 100644 --- a/src/plugins/l3xc/FEATURE.yaml +++ b/src/plugins/l3xc/FEATURE.yaml @@ -4,7 +4,7 @@ maintainer: Neale Ranns 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 diff --git a/src/plugins/srv6-mobile/FEATURE.yaml b/src/plugins/srv6-mobile/FEATURE.yaml index 3289b890506..45fb7da0201 100644 --- a/src/plugins/srv6-mobile/FEATURE.yaml +++ b/src/plugins/srv6-mobile/FEATURE.yaml @@ -1,5 +1,5 @@ --- -name: SRv6 Mobuile +name: SRv6 Mobile maintainer: Tetsuya Murakami features: - GTP4.D diff --git a/src/vnet/ipsec/FEATURE.yaml b/src/vnet/ipsec/FEATURE.yaml index 1f2915a0128..99df89ab378 100644 --- a/src/vnet/ipsec/FEATURE.yaml +++ b/src/vnet/ipsec/FEATURE.yaml @@ -3,7 +3,7 @@ name: IP Security maintainer: Neale Ranns 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" diff --git a/src/vnet/qos/FEATURE.yaml b/src/vnet/qos/FEATURE.yaml index 47ccf0ac86b..40ab774123c 100644 --- a/src/vnet/qos/FEATURE.yaml +++ b/src/vnet/qos/FEATURE.yaml @@ -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]