diff options
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/lisp-cp/FEATURE.yaml | 14 | ||||
-rw-r--r-- | src/vnet/lisp-gpe/FEATURE.yaml | 11 |
2 files changed, 25 insertions, 0 deletions
diff --git a/src/vnet/lisp-cp/FEATURE.yaml b/src/vnet/lisp-cp/FEATURE.yaml new file mode 100644 index 00000000000..957186de689 --- /dev/null +++ b/src/vnet/lisp-cp/FEATURE.yaml @@ -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] diff --git a/src/vnet/lisp-gpe/FEATURE.yaml b/src/vnet/lisp-gpe/FEATURE.yaml new file mode 100644 index 00000000000..fb051e3d045 --- /dev/null +++ b/src/vnet/lisp-gpe/FEATURE.yaml @@ -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] |