diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/bufmon/FEATURE.yaml | 4 | ||||
-rw-r--r-- | src/plugins/cnat/FEATURE.yaml | 2 | ||||
-rw-r--r-- | src/plugins/crypto_native/FEATURE.yaml | 2 | ||||
-rw-r--r-- | src/plugins/dhcp/FEATURE.yaml | 2 | ||||
-rw-r--r-- | src/plugins/l3xc/FEATURE.yaml | 2 | ||||
-rw-r--r-- | src/plugins/srv6-mobile/FEATURE.yaml | 2 |
6 files changed, 7 insertions, 7 deletions
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 <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] 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 <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 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 <tetsuya.mrk@gmail.com> features: - GTP4.D |