diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2021-10-08 15:13:07 +0200 |
---|---|---|
committer | Neale Ranns <neale@graphiant.com> | 2021-10-11 09:05:43 +0000 |
commit | bd23b405fbe99034d75a46b060567e5adf62c04e (patch) | |
tree | 017c0988bb79b45ac5bf04ec2089328e0cab103e /src/vnet | |
parent | 5e5f800480f4344a3bf22a6df937f94ce5c10ba1 (diff) |
docs: nitfixes in FEATURE.yaml
Type: improvement
Change-Id: Iec585880085b12b08594a0640822cd831455d594
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/ipsec/FEATURE.yaml | 2 | ||||
-rw-r--r-- | src/vnet/qos/FEATURE.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
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 <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" 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] |