From 8e39e6290597eef78803f901ccde7d62ea47ff9c Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Mon, 6 Jan 2020 23:16:18 +0000 Subject: ipsec: Add FEATURE/yaml Type: docs Change-Id: I9cb093589b84fdca3f4239da90c431e8bc4d74f1 Signed-off-by: Neale Ranns --- src/vnet/ipsec/FEATURE.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/vnet/ipsec/FEATURE.yaml diff --git a/src/vnet/ipsec/FEATURE.yaml b/src/vnet/ipsec/FEATURE.yaml new file mode 100644 index 00000000000..0fe77819e70 --- /dev/null +++ b/src/vnet/ipsec/FEATURE.yaml @@ -0,0 +1,11 @@ +--- +name: IP Security +maintainer: Neale Ranns +features: + - IPSec (https://tools.ietf.org/html/rfc4301) + - Authetication Header (https://tools.ietf.org/html/rfc4302) + - Encapsulating Security Payload (https://tools.ietf.org/html/rfc4303) + +description: "IPSec" +state: production +properties: [API, CLI, MULTITHREAD] -- cgit 1.2.3-korg