aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lacp
diff options
context:
space:
mode:
authorSteven Luong <sluong@cisco.com>2020-01-06 11:17:18 -0800
committerSteven Luong <sluong@cisco.com>2020-01-06 11:17:52 -0800
commitdfb93d253c9ddcc4e88e03af4cbbb0c616a1510b (patch)
tree81de2b9dded5d73949bbb0b5ea9882121f032024 /src/plugins/lacp
parent84def7cb7544fdb6a21d9e488f40f73e4457bc22 (diff)
lacp: Add FEATURE.yaml
Type: docs Signed-off-by: Steven Luong <sluong@cisco.com> Change-Id: I6fe5555a9ec867d4e39f0751662256717b45e0f9
Diffstat (limited to 'src/plugins/lacp')
-rw-r--r--src/plugins/lacp/FEATURE.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/lacp/FEATURE.yaml b/src/plugins/lacp/FEATURE.yaml
new file mode 100644
index 00000000000..4812c0230e4
--- /dev/null
+++ b/src/plugins/lacp/FEATURE.yaml
@@ -0,0 +1,8 @@
+---
+name: Link Aggregation Control Protocol (LACP)
+maintainer: Steven Luong <sluong@cisco.com>
+features:
+ - Support LACP version 1 specification including marker protocol
+description: "Link Aggregation Control Protocol implementation"
+state: production
+properties: [API, CLI, STATS, MULTITHREAD]