docs: nitfixes in FEATURE.yaml 23/34023/2
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>
Fri, 8 Oct 2021 13:13:07 +0000 (15:13 +0200)
committerNeale Ranns <neale@graphiant.com>
Mon, 11 Oct 2021 09:05:43 +0000 (09:05 +0000)
Type: improvement

Change-Id: Iec585880085b12b08594a0640822cd831455d594
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
src/plugins/bufmon/FEATURE.yaml
src/plugins/cnat/FEATURE.yaml
src/plugins/crypto_native/FEATURE.yaml
src/plugins/dhcp/FEATURE.yaml
src/plugins/l3xc/FEATURE.yaml
src/plugins/srv6-mobile/FEATURE.yaml
src/vnet/ipsec/FEATURE.yaml
src/vnet/qos/FEATURE.yaml

index 639643e..81dc6e8 100644 (file)
@@ -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]
index 9deda2e..880d713 100644 (file)
@@ -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."
index 206cace..06f26d4 100644 (file)
@@ -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]
index 469af29..a517cb8 100644 (file)
@@ -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]
index 5086fee..0ee8c0c 100644 (file)
@@ -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
 
index 3289b89..45fb7da 100644 (file)
@@ -1,5 +1,5 @@
 ---
-name: SRv6 Mobuile
+name: SRv6 Mobile
 maintainer: Tetsuya Murakami <tetsuya.mrk@gmail.com>
 features:
   - GTP4.D
index 1f2915a..99df89a 100644 (file)
@@ -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"
index 47ccf0a..40ab774 100644 (file)
@@ -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]