aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet')
-rw-r--r--src/vnet/ipsec/FEATURE.yaml2
-rw-r--r--src/vnet/qos/FEATURE.yaml2
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]