lisp: add feature.yaml
Type: docs Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: Iba2203e98c627d550021beee2ec1cfe3cb02686f
This commit is contained in:
committed by
Paul Vinciguerra
parent
0ea672e36a
commit
a2dd5e08c6
@@ -213,6 +213,8 @@ F: src/vnet/lldp/
|
||||
|
||||
VNET LISP
|
||||
I: lisp
|
||||
Y: src/vnet/lisp-cp/FEATURE.yaml
|
||||
Y: src/vnet/lisp-gpe/FEATURE.yaml
|
||||
M: Florin Coras <fcoras@cisco.com>
|
||||
F: src/vnet/lisp-cp/
|
||||
F: src/vnet/lisp-gpe/
|
||||
|
||||
14
src/vnet/lisp-cp/FEATURE.yaml
Normal file
14
src/vnet/lisp-cp/FEATURE.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
name: Locator/ID Separation Protocol (LISP) Control Plane
|
||||
maintainer: Florin Coras <fcoras@cisco.com>
|
||||
features:
|
||||
- ITR, ETR and RTR mode of operation
|
||||
- Multitenancy
|
||||
- Multihoming
|
||||
- Source/dest map-cache lookups
|
||||
- RLOC-probing
|
||||
- Support for Ethernet, IPv4, IPv6 and NSH EIDs (payloads)
|
||||
- Map-resolver failover algorithm
|
||||
description: "LISP control plane implementation"
|
||||
state: production
|
||||
properties: [API, CLI, STATS, MULTITHREAD]
|
||||
11
src/vnet/lisp-gpe/FEATURE.yaml
Normal file
11
src/vnet/lisp-gpe/FEATURE.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
name: Locator/ID Separation Protocol Generic Protocol Extension (LISP-GPE)
|
||||
maintainer: Florin Coras <fcoras@cisco.com>
|
||||
features:
|
||||
- ITR, ETR and RTR modes
|
||||
- Support for Ethernet, IPv4, IPv6 and NSH EIDs (payloads)
|
||||
- Source/dest forwarding
|
||||
- IPv4 and IPv6 RLOCs
|
||||
description: "LISP-GPE implementation"
|
||||
state: production
|
||||
properties: [API, CLI, STATS, MULTITHREAD]
|
||||
Reference in New Issue
Block a user