docs: Edit FEATURE.yaml files so they can be published
Type: docs Signed-off-by: John DeNisco <jdenisco@cisco.com> Change-Id: I7280e5c5ad10a66c0787a5282291a2ef000bff5f
This commit is contained in:
@ -15,6 +15,6 @@ features:
|
|||||||
- ABF runs as an input feature in the L3 path
|
- ABF runs as an input feature in the L3 path
|
||||||
|
|
||||||
|
|
||||||
description: "ACL Based Forwarding"
|
description: ""
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: Builtin URL support for the static http/https server (builtinurl)
|
name: Builtin URL support for the static http or https server
|
||||||
maintainer: Dave Barach <dave@barachs.net>
|
maintainer: Dave Barach <dave@barachs.net>
|
||||||
features:
|
features:
|
||||||
- Builtin URLs for the static http/https server
|
- Builtin URLs for the static http/https server
|
||||||
description: "Adds a set of URLs to the static http/https server.
|
description: "The (builtinurl) plugin adds a set of URLs to the static http/https server.
|
||||||
Current URLs, all of which return data in .json fmt:
|
Current URLs, all of which return data in .json fmt:
|
||||||
<root-url>/version.json - vpp version info
|
<root-url>/version.json - vpp version info
|
||||||
<root-url>/interface_list.json - list of interfaces
|
<root-url>/interface_list.json - list of interfaces
|
||||||
|
@ -5,6 +5,6 @@ features:
|
|||||||
- CBC(128, 192, 256)
|
- CBC(128, 192, 256)
|
||||||
- GCM(128, 192, 256)
|
- GCM(128, 192, 256)
|
||||||
|
|
||||||
description: "native crypto-engine"
|
description: "An implentation of a native crypto-engine"
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
@ -6,6 +6,6 @@ features:
|
|||||||
- CBC(128, 192, 256)
|
- CBC(128, 192, 256)
|
||||||
- GCM(128, 192, 256)
|
- GCM(128, 192, 256)
|
||||||
|
|
||||||
description: "IPSecMB crypto-engine"
|
description: ""
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
@ -9,6 +9,6 @@ features:
|
|||||||
- DES, 3DES
|
- DES, 3DES
|
||||||
- MD5
|
- MD5
|
||||||
|
|
||||||
description: "openssl crypto-engine"
|
description: ""
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
name: Dynamic Host Configuration Protocol (DHCP)
|
name: Dynamic Host Configuration Protocol
|
||||||
maintainer: Dave Barach <dave@barachs.net>, Neale Ranns <nranns@cisco.com>
|
maintainer: Dave Barach <dave@barachs.net>, Neale Ranns <nranns@cisco.com>
|
||||||
features:
|
features:
|
||||||
- DHCP client (v4/v6)
|
- DHCP client (v4/v6)
|
||||||
- DHCPv6 prefix delegation
|
- DHCPv6 prefix delegation
|
||||||
- DHCP Proxy / Option 82
|
- DHCP Proxy / Option 82
|
||||||
|
|
||||||
description: "DHCP client"
|
description: "An implemenation of the Dynamic Host Configuration Protocol (DHCP) client"
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: GTPU
|
name: GPRS Tunneling Protocol
|
||||||
maintainer: Hongjun Ni <hongjun.ni@intel.com>
|
maintainer: Hongjun Ni <hongjun.ni@intel.com>
|
||||||
features:
|
features:
|
||||||
- GTPU decapsulation
|
- GTPU decapsulation
|
||||||
- GTPU encapsulation
|
- GTPU encapsulation
|
||||||
|
|
||||||
description: "GPRS Tunnelling Protocol"
|
description: "An implementation of the GPRS Tunnelling Protocol"
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: Static http/https server (http_static)
|
name: Static http https server
|
||||||
maintainer: Dave Barach <dave@barachs.net>
|
maintainer: Dave Barach <dave@barachs.net>
|
||||||
features:
|
features:
|
||||||
- An extensible static http/https server with caching
|
- An extensible static http/https server with caching
|
||||||
|
@ -4,6 +4,6 @@ maintainer: Neale Ranns <nranns@cisco.com>
|
|||||||
features:
|
features:
|
||||||
- IGMPv3 only.
|
- IGMPv3 only.
|
||||||
|
|
||||||
description: "IGMP"
|
description: "An implementation of the Internet Group Management Protocol (IGMP)"
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
@ -8,6 +8,6 @@ features:
|
|||||||
and adding a default route with the same path. However, the L3XC is more
|
and adding a default route with the same path. However, the L3XC is more
|
||||||
efficient in memory and CPU
|
efficient in memory and CPU
|
||||||
|
|
||||||
description: "L3-xconnect"
|
description: ""
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: Link Aggregation Control Protocol (LACP)
|
name: Link Aggregation Control Protocol
|
||||||
maintainer: Steven Luong <sluong@cisco.com>
|
maintainer: Steven Luong <sluong@cisco.com>
|
||||||
features:
|
features:
|
||||||
- Support LACP version 1 specification including marker protocol
|
- Support LACP version 1 specification including marker protocol
|
||||||
description: "Link Aggregation Control Protocol implementation"
|
description: "Link Aggregation Control Protocol implementation (LACP)"
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, STATS, MULTITHREAD]
|
properties: [API, CLI, STATS, MULTITHREAD]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: LB
|
name: Load Balancer
|
||||||
maintainer: Pfister <ppfister@cisco.com>, Hongjun Ni <hongjun.ni@intel.com>
|
maintainer: Pfister <ppfister@cisco.com>, Hongjun Ni <hongjun.ni@intel.com>
|
||||||
features:
|
features:
|
||||||
- GRE tunnel mode
|
- GRE tunnel mode
|
||||||
@ -8,6 +8,6 @@ features:
|
|||||||
- Consistent Hash
|
- Consistent Hash
|
||||||
- Connection Track
|
- Connection Track
|
||||||
|
|
||||||
description: "Load Balancer"
|
description: ""
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: Time-range-based MAC-address filter (mactime)
|
name: Time-range-based MAC-address filter
|
||||||
maintainer: Dave Barach <dave@barachs.net>
|
maintainer: Dave Barach <dave@barachs.net>
|
||||||
features:
|
features:
|
||||||
- Static / time-range / data quota based MAC address filter
|
- Static / time-range / data quota based MAC address filter
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
name: Mapping of Address and Port (MAP)
|
name: Mapping of Address and Port
|
||||||
maintainer: Ole Troan <ot@cisco.com>
|
maintainer: Ole Troan <ot@cisco.com>
|
||||||
features:
|
features:
|
||||||
- LW46 BR (RFC7596):
|
- LW46 BR (RFC7596):
|
||||||
- Fragmentation and Reassembly
|
- Fragmentation and Reassembly
|
||||||
- MAP-E BR (RFC7597)
|
- MAP-E BR (RFC7597)
|
||||||
- MAP-T BR (RFC7599)
|
- MAP-T BR (RFC7599)
|
||||||
description: "IPv4 as a service mechanisms. Tunnel or translate
|
description: "Mapping of Address and Port (MAP): IPv4 as a service mechanisms. Tunnel or translate
|
||||||
an IPv4 address, an IPv4 subnet or a shared IPv4 address.
|
an IPv4 address, an IPv4 subnet or a shared IPv4 address.
|
||||||
In shared IPv4 address mode, only UDP, TCP and restricted
|
In shared IPv4 address mode, only UDP, TCP and restricted
|
||||||
ICMP is supported."
|
ICMP is supported."
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
name: Buffer Metadata Change Tracker (mdata)
|
name: Buffer Metadata Change Tracker
|
||||||
maintainer: Dave Barach <dave@barachs.net>
|
maintainer: Dave Barach <dave@barachs.net>
|
||||||
features:
|
features:
|
||||||
- Buffer Metadata Change Tracker
|
- Buffer Metadata Change Tracker
|
||||||
description: |-
|
description: |-
|
||||||
Buffer Metadata Change Tracker
|
The Buffer Metadata Change Tracker (mdata)
|
||||||
Uses the before / after graph node main loop performance
|
uses the before / after graph node main loop performance
|
||||||
callback hooks to snapshoot buffer metadata, then
|
callback hooks to snapshoot buffer metadata, then
|
||||||
compare and summarize results per-node.
|
compare and summarize results per-node.
|
||||||
Answers the question "what buffer metadata does a particular
|
Answers the question "what buffer metadata does a particular
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: Network Address Translation (NAT)
|
name: Network Address Translation
|
||||||
maintainer:
|
maintainer:
|
||||||
- Ole Troan <ot@cisco.com>
|
- Ole Troan <ot@cisco.com>
|
||||||
- Filip Varga <fivarga@cisco.com>
|
- Filip Varga <fivarga@cisco.com>
|
||||||
@ -20,8 +20,8 @@ features:
|
|||||||
- NAT66
|
- NAT66
|
||||||
- DS-lite
|
- DS-lite
|
||||||
- 464XLAT
|
- 464XLAT
|
||||||
description: "The NAT plugin offers a multiple address translation functions.
|
description: "The Network Address Translation (NAT) plugin offers a multiple address
|
||||||
These can be used in a raft of different scenarios. CPE, CGN,
|
translation functions. These can be used in a raft of different
|
||||||
etc."
|
scenarios. CPE, CGN, etc."
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, STATS, MULTITHREAD]
|
properties: [API, CLI, STATS, MULTITHREAD]
|
||||||
|
@ -10,6 +10,6 @@ features:
|
|||||||
- Tables are bound to interfaces.
|
- Tables are bound to interfaces.
|
||||||
- SVS runs as an input feature in the L3 path
|
- SVS runs as an input feature in the L3 path
|
||||||
|
|
||||||
description: "Source VRF Select"
|
description: ""
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: VPP Comms Library (VCL)
|
name: VPP Comms Library
|
||||||
maintainer: Florin Coras <fcoras@cisco.com>
|
maintainer: Florin Coras <fcoras@cisco.com>
|
||||||
features:
|
features:
|
||||||
- Abstracts vpp host stack sessions to integer session handles
|
- Abstracts vpp host stack sessions to integer session handles
|
||||||
@ -16,7 +16,7 @@ features:
|
|||||||
- Applications that are supported work with VCL and implicitly with VPP's
|
- Applications that are supported work with VCL and implicitly with VPP's
|
||||||
host stack without any code change
|
host stack without any code change
|
||||||
- It does not support all syscalls and syscall options
|
- It does not support all syscalls and syscall options
|
||||||
description: "VCL simplifies app interaction with session layer by exposing
|
description: "VPP Comms Library (VCL) simplifies app interaction with session layer
|
||||||
APIs that are similar to but not POSIX-compliant."
|
by exposing APIs that are similar to but not POSIX-compliant."
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: Bidirectional Forwarding Detection (BFD)
|
name: Bidirectional Forwarding Detection
|
||||||
maintainer: Klement Sekera <ksekera@cisco.com>
|
maintainer: Klement Sekera <ksekera@cisco.com>
|
||||||
features:
|
features:
|
||||||
- BFD protocol implementation
|
- BFD protocol implementation
|
||||||
description: "Bidirectional Forwarding Detection implementation"
|
description: "An implementation of Bidirectional Forwarding Detection (BFD)."
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, STATS, MULTITHREAD]
|
properties: [API, CLI, STATS, MULTITHREAD]
|
||||||
|
@ -7,6 +7,6 @@ features:
|
|||||||
- Encapsulation for Bit Index Explicit Replication (BIER) in MPLS and
|
- Encapsulation for Bit Index Explicit Replication (BIER) in MPLS and
|
||||||
Non-MPLS Networks (https://tools.ietf.org/html/rfc8296)
|
Non-MPLS Networks (https://tools.ietf.org/html/rfc8296)
|
||||||
|
|
||||||
description: "BIER"
|
description: "An implementation of Bit Indexed Explicit Replication (BIER)"
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: host-interface Device (AF_PACKET)
|
name: host-interface Device AF_PACKET
|
||||||
maintainer: Damjan Marion <damarion@cisco.com>
|
maintainer: Damjan Marion <damarion@cisco.com>
|
||||||
features:
|
features:
|
||||||
- L4 checksum offload
|
- L4 checksum offload
|
||||||
|
@ -10,6 +10,6 @@ features:
|
|||||||
- DPO graphs can be rooted at any point in the VLIB graph - notable examples
|
- DPO graphs can be rooted at any point in the VLIB graph - notable examples
|
||||||
are L3 FIB lookup, ABF, L3XC.
|
are L3 FIB lookup, ABF, L3XC.
|
||||||
|
|
||||||
description: "DPO"
|
description: "Data-Plane Objects (DPO)"
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
@ -8,6 +8,6 @@ features:
|
|||||||
- L2 tunnels
|
- L2 tunnels
|
||||||
missing:
|
missing:
|
||||||
- GRE keys
|
- GRE keys
|
||||||
description: "GRE"
|
description: "An implementation of Generic Routing Encapsulation (GRE)"
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
@ -5,6 +5,6 @@ features:
|
|||||||
- IP protocol independent Database of Neighbours (aka peers)
|
- IP protocol independent Database of Neighbours (aka peers)
|
||||||
- limits on number of peers, recycling and aging
|
- limits on number of peers, recycling and aging
|
||||||
|
|
||||||
description: "IP-neighbor"
|
description: ""
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
@ -6,6 +6,6 @@ features:
|
|||||||
- Authetication Header (https://tools.ietf.org/html/rfc4302)
|
- Authetication Header (https://tools.ietf.org/html/rfc4302)
|
||||||
- Encapsulating Security Payload (https://tools.ietf.org/html/rfc4303)
|
- Encapsulating Security Payload (https://tools.ietf.org/html/rfc4303)
|
||||||
|
|
||||||
description: "IPSec"
|
description: "An implementation of IPSec"
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: Layer 2 Forwarding (L2)
|
name: Layer 2 Forwarding
|
||||||
maintainer: John Lo <loj@cisco.com>
|
maintainer: John Lo <loj@cisco.com>
|
||||||
features:
|
features:
|
||||||
- L2 Cross-connect (xconnect) of two interfaces
|
- Layer 2 (L2) Cross-connect (xconnect) of two interfaces
|
||||||
- L2 Bridging of multiple interfaces in a bridge domain (BD):
|
- Layer 2 (L2) Bridging of multiple interfaces in a bridge domain (BD):
|
||||||
- Forwarding via destination MAC address of packet
|
- Forwarding via destination MAC address of packet
|
||||||
- MAC learning enable/disable on BD or per interface
|
- MAC learning enable/disable on BD or per interface
|
||||||
- MAC aging with specified aging interval enable/disable
|
- MAC aging with specified aging interval enable/disable
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: Locator/ID Separation Protocol (LISP) Control Plane
|
name: Locator ID Separation Protocol Control Plane
|
||||||
maintainer: Florin Coras <fcoras@cisco.com>
|
maintainer: Florin Coras <fcoras@cisco.com>
|
||||||
features:
|
features:
|
||||||
- ITR, ETR and RTR mode of operation
|
- ITR, ETR and RTR mode of operation
|
||||||
@ -9,6 +9,6 @@ features:
|
|||||||
- RLOC-probing
|
- RLOC-probing
|
||||||
- Support for Ethernet, IPv4, IPv6 and NSH EIDs (payloads)
|
- Support for Ethernet, IPv4, IPv6 and NSH EIDs (payloads)
|
||||||
- Map-resolver failover algorithm
|
- Map-resolver failover algorithm
|
||||||
description: "LISP control plane implementation"
|
description: "Locator ID Separation Protocol control plane (LISP) implementation"
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, STATS, MULTITHREAD]
|
properties: [API, CLI, STATS, MULTITHREAD]
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
name: Locator/ID Separation Protocol Generic Protocol Extension (LISP-GPE)
|
name: Locator ID Separation Protocol Generic Protocol Extension
|
||||||
maintainer: Florin Coras <fcoras@cisco.com>
|
maintainer: Florin Coras <fcoras@cisco.com>
|
||||||
features:
|
features:
|
||||||
- ITR, ETR and RTR modes
|
- ITR, ETR and RTR modes
|
||||||
- Support for Ethernet, IPv4, IPv6 and NSH EIDs (payloads)
|
- Support for Ethernet, IPv4, IPv6 and NSH EIDs (payloads)
|
||||||
- Source/dest forwarding
|
- Source/dest forwarding
|
||||||
- IPv4 and IPv6 RLOCs
|
- IPv4 and IPv6 RLOCs
|
||||||
description: "LISP-GPE implementation"
|
description: "Locator ID Separation Protocol Generic Protocol Extension (LISP-GPE) implementation"
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, STATS, MULTITHREAD]
|
properties: [API, CLI, STATS, MULTITHREAD]
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
name: Link Layer Discovery Protocol (LLDP)
|
name: Link Layer Discovery Protocol
|
||||||
maintainer: Klement Sekera <ksekera@cisco.com>
|
maintainer: Klement Sekera <ksekera@cisco.com>
|
||||||
features:
|
features:
|
||||||
- link layer discovery protocol implementation
|
- link layer discovery protocol implementation
|
||||||
description: "Link Layer Discovery Protocol implementation"
|
description: "Link Layer Discovery Protocol (LLDP) implementation"
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, STATS, MULTITHREAD]
|
properties: [API, CLI, STATS, MULTITHREAD]
|
||||||
|
@ -5,6 +5,6 @@ features:
|
|||||||
- Label imposition/disposition - pipe and uniform mode
|
- Label imposition/disposition - pipe and uniform mode
|
||||||
- Tunnels - unidirectional
|
- Tunnels - unidirectional
|
||||||
|
|
||||||
description: "MPLS"
|
description: "An implementation of Multi-Protocol Label Switching (MPLS)"
|
||||||
state: production
|
state: production
|
||||||
properties: [API, CLI, MULTITHREAD]
|
properties: [API, CLI, MULTITHREAD]
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user