diff options
author | Neale Ranns <nranns@cisco.com> | 2020-09-18 12:58:40 +0000 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2020-09-21 15:34:56 +0000 |
commit | 3f9fdd98463bd926fc78a2b366875c929058e2db (patch) | |
tree | a38c26372ed7b1a433afbacf05e686044f1cf583 /src/plugins/lldp/FEATURE.yaml | |
parent | 4b1b13315a3c532d45fb41cc3ce34a48ad72a757 (diff) |
lldp: Move to plugin
Type: refactor
Change-Id: Ifd770ff4850e63474bf4682ad463021b03786b4b
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/plugins/lldp/FEATURE.yaml')
-rw-r--r-- | src/plugins/lldp/FEATURE.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugins/lldp/FEATURE.yaml b/src/plugins/lldp/FEATURE.yaml new file mode 100644 index 00000000000..feda51ad4de --- /dev/null +++ b/src/plugins/lldp/FEATURE.yaml @@ -0,0 +1,8 @@ +--- +name: Link Layer Discovery Protocol +maintainer: Klement Sekera <ksekera@cisco.com> +features: + - link layer discovery protocol implementation +description: "Link Layer Discovery Protocol (LLDP) implementation" +state: production +properties: [API, CLI, STATS, MULTITHREAD] |