aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/bfd
diff options
context:
space:
mode:
authorKlement Sekera <ksekera@cisco.com>2020-01-03 12:15:16 +0000
committerOle Trøan <otroan@employees.org>2020-01-03 14:00:34 +0000
commitaa6a29f6b87e917a05c7906a2eb8f039ec19b302 (patch)
tree06133353edf8ed325f34187d8278afb885c3b843 /src/vnet/bfd
parent956819afa9a7150a05239432289a881898dae138 (diff)
bfd: add feature.yaml
Type: docs Change-Id: Ica2b4a9d4fe2ceaafd6d707ebe3c4a7fa0af1c07 Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'src/vnet/bfd')
-rw-r--r--src/vnet/bfd/FEATURE.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/vnet/bfd/FEATURE.yaml b/src/vnet/bfd/FEATURE.yaml
new file mode 100644
index 00000000000..cf0e300f2fe
--- /dev/null
+++ b/src/vnet/bfd/FEATURE.yaml
@@ -0,0 +1,9 @@
+---
+name: Bidirectional Forwarding Detection (BFD)
+maintainer: Klement Sekera <ksekera@cisco.com>
+features:
+ - BFD protocol implementation
+description: "Bidirectional Forwarding Detection implementation"
+missing:
+state: production
+properties: [API, CLI, STATS, MULTITHREAD]