From 7c9fe920ce30efaef5a848ba346d0c7b53a77dd4 Mon Sep 17 00:00:00 2001 From: John DeNisco Date: Fri, 10 Jan 2020 10:07:26 -0500 Subject: [PATCH] docs: Edit FEATURE.yaml files so they can be published Type: docs Signed-off-by: John DeNisco Change-Id: I7280e5c5ad10a66c0787a5282291a2ef000bff5f --- src/plugins/abf/FEATURE.yaml | 2 +- src/plugins/builtinurl/FEATURE.yaml | 4 ++-- src/plugins/crypto_ia32/FEATURE.yaml | 2 +- src/plugins/crypto_ipsecmb/FEATURE.yaml | 2 +- src/plugins/crypto_openssl/FEATURE.yaml | 2 +- src/plugins/dhcp/FEATURE.yaml | 4 ++-- src/plugins/gtpu/FEATURE.yaml | 4 ++-- src/plugins/http_static/FEATURE.yaml | 2 +- src/plugins/igmp/FEATURE.yaml | 2 +- src/plugins/l3xc/FEATURE.yaml | 2 +- src/plugins/lacp/FEATURE.yaml | 4 ++-- src/plugins/lb/FEATURE.yaml | 4 ++-- src/plugins/mactime/FEATURE.yaml | 2 +- src/plugins/map/FEATURE.yaml | 4 ++-- src/plugins/mdata/FEATURE.yaml | 6 +++--- src/plugins/nat/FEATURE.yaml | 8 ++++---- src/plugins/svs/FEATURE.yaml | 2 +- src/vcl/FEATURE.yaml | 6 +++--- src/vnet/bfd/FEATURE.yaml | 4 ++-- src/vnet/bier/FEATURE.yaml | 2 +- src/vnet/devices/af_packet/FEATURE.yaml | 2 +- src/vnet/dpo/FEATURE.yaml | 2 +- src/vnet/gre/FEATURE.yaml | 2 +- src/vnet/ip-neighbor/FEATURE.yaml | 2 +- src/vnet/ipsec/FEATURE.yaml | 2 +- src/vnet/l2/FEATURE.yaml | 6 +++--- src/vnet/lisp-cp/FEATURE.yaml | 4 ++-- src/vnet/lisp-gpe/FEATURE.yaml | 4 ++-- src/vnet/lldp/FEATURE.yaml | 4 ++-- src/vnet/mpls/FEATURE.yaml | 2 +- src/vnet/qos/FEATURE.yaml | 2 +- src/vnet/tcp/FEATURE.yaml | 4 ++-- src/vnet/tls/FEATURE.yaml | 10 +++++----- src/vnet/udp/FEATURE.yaml | 4 ++-- src/vnet/vxlan/FEATURE.yaml | 4 ++-- 35 files changed, 61 insertions(+), 61 deletions(-) diff --git a/src/plugins/abf/FEATURE.yaml b/src/plugins/abf/FEATURE.yaml index f77d1a30e98..b9f3285daa3 100644 --- a/src/plugins/abf/FEATURE.yaml +++ b/src/plugins/abf/FEATURE.yaml @@ -15,6 +15,6 @@ features: - ABF runs as an input feature in the L3 path -description: "ACL Based Forwarding" +description: "" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/plugins/builtinurl/FEATURE.yaml b/src/plugins/builtinurl/FEATURE.yaml index ff992999ca1..ba8e3c7ea7b 100644 --- a/src/plugins/builtinurl/FEATURE.yaml +++ b/src/plugins/builtinurl/FEATURE.yaml @@ -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 features: - 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: /version.json - vpp version info /interface_list.json - list of interfaces diff --git a/src/plugins/crypto_ia32/FEATURE.yaml b/src/plugins/crypto_ia32/FEATURE.yaml index 29f81f4dcaa..206caceb2d4 100644 --- a/src/plugins/crypto_ia32/FEATURE.yaml +++ b/src/plugins/crypto_ia32/FEATURE.yaml @@ -5,6 +5,6 @@ features: - CBC(128, 192, 256) - GCM(128, 192, 256) -description: "native crypto-engine" +description: "An implentation of a native crypto-engine" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/plugins/crypto_ipsecmb/FEATURE.yaml b/src/plugins/crypto_ipsecmb/FEATURE.yaml index ec33a1bcf9e..3ca03bf5515 100644 --- a/src/plugins/crypto_ipsecmb/FEATURE.yaml +++ b/src/plugins/crypto_ipsecmb/FEATURE.yaml @@ -6,6 +6,6 @@ features: - CBC(128, 192, 256) - GCM(128, 192, 256) -description: "IPSecMB crypto-engine" +description: "" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/plugins/crypto_openssl/FEATURE.yaml b/src/plugins/crypto_openssl/FEATURE.yaml index 41f939948cf..da0a0812595 100644 --- a/src/plugins/crypto_openssl/FEATURE.yaml +++ b/src/plugins/crypto_openssl/FEATURE.yaml @@ -9,6 +9,6 @@ features: - DES, 3DES - MD5 -description: "openssl crypto-engine" +description: "" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/plugins/dhcp/FEATURE.yaml b/src/plugins/dhcp/FEATURE.yaml index acc7eaf1781..469af29cee5 100644 --- a/src/plugins/dhcp/FEATURE.yaml +++ b/src/plugins/dhcp/FEATURE.yaml @@ -1,11 +1,11 @@ --- -name: Dynamic Host Configuration Protocol (DHCP) +name: Dynamic Host Configuration Protocol maintainer: Dave Barach , Neale Ranns features: - DHCP client (v4/v6) - DHCPv6 prefix delegation - DHCP Proxy / Option 82 -description: "DHCP client" +description: "An implemenation of the Dynamic Host Configuration Protocol (DHCP) client" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/plugins/gtpu/FEATURE.yaml b/src/plugins/gtpu/FEATURE.yaml index fbd576ba2ce..2ce20ca501c 100644 --- a/src/plugins/gtpu/FEATURE.yaml +++ b/src/plugins/gtpu/FEATURE.yaml @@ -1,10 +1,10 @@ --- -name: GTPU +name: GPRS Tunneling Protocol maintainer: Hongjun Ni features: - GTPU decapsulation - GTPU encapsulation -description: "GPRS Tunnelling Protocol" +description: "An implementation of the GPRS Tunnelling Protocol" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/plugins/http_static/FEATURE.yaml b/src/plugins/http_static/FEATURE.yaml index 67a68425d6d..d40855f2de2 100644 --- a/src/plugins/http_static/FEATURE.yaml +++ b/src/plugins/http_static/FEATURE.yaml @@ -1,5 +1,5 @@ --- -name: Static http/https server (http_static) +name: Static http https server maintainer: Dave Barach features: - An extensible static http/https server with caching diff --git a/src/plugins/igmp/FEATURE.yaml b/src/plugins/igmp/FEATURE.yaml index aab4960c7c6..686ef6d7099 100644 --- a/src/plugins/igmp/FEATURE.yaml +++ b/src/plugins/igmp/FEATURE.yaml @@ -4,6 +4,6 @@ maintainer: Neale Ranns features: - IGMPv3 only. -description: "IGMP" +description: "An implementation of the Internet Group Management Protocol (IGMP)" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/plugins/l3xc/FEATURE.yaml b/src/plugins/l3xc/FEATURE.yaml index 3c2bf07b306..5086fee3c57 100644 --- a/src/plugins/l3xc/FEATURE.yaml +++ b/src/plugins/l3xc/FEATURE.yaml @@ -8,6 +8,6 @@ features: and adding a default route with the same path. However, the L3XC is more efficient in memory and CPU -description: "L3-xconnect" +description: "" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/plugins/lacp/FEATURE.yaml b/src/plugins/lacp/FEATURE.yaml index 4812c0230e4..516efde32bf 100644 --- a/src/plugins/lacp/FEATURE.yaml +++ b/src/plugins/lacp/FEATURE.yaml @@ -1,8 +1,8 @@ --- -name: Link Aggregation Control Protocol (LACP) +name: Link Aggregation Control Protocol maintainer: Steven Luong features: - Support LACP version 1 specification including marker protocol -description: "Link Aggregation Control Protocol implementation" +description: "Link Aggregation Control Protocol implementation (LACP)" state: production properties: [API, CLI, STATS, MULTITHREAD] diff --git a/src/plugins/lb/FEATURE.yaml b/src/plugins/lb/FEATURE.yaml index 7456e68e5c1..9a9887c36aa 100644 --- a/src/plugins/lb/FEATURE.yaml +++ b/src/plugins/lb/FEATURE.yaml @@ -1,5 +1,5 @@ --- -name: LB +name: Load Balancer maintainer: Pfister , Hongjun Ni features: - GRE tunnel mode @@ -8,6 +8,6 @@ features: - Consistent Hash - Connection Track -description: "Load Balancer" +description: "" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/plugins/mactime/FEATURE.yaml b/src/plugins/mactime/FEATURE.yaml index f24450e8375..144c70b4feb 100644 --- a/src/plugins/mactime/FEATURE.yaml +++ b/src/plugins/mactime/FEATURE.yaml @@ -1,5 +1,5 @@ --- -name: Time-range-based MAC-address filter (mactime) +name: Time-range-based MAC-address filter maintainer: Dave Barach features: - Static / time-range / data quota based MAC address filter diff --git a/src/plugins/map/FEATURE.yaml b/src/plugins/map/FEATURE.yaml index b5055914480..18df5f5aa0d 100644 --- a/src/plugins/map/FEATURE.yaml +++ b/src/plugins/map/FEATURE.yaml @@ -1,12 +1,12 @@ --- -name: Mapping of Address and Port (MAP) +name: Mapping of Address and Port maintainer: Ole Troan features: - LW46 BR (RFC7596): - Fragmentation and Reassembly - MAP-E BR (RFC7597) - 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. In shared IPv4 address mode, only UDP, TCP and restricted ICMP is supported." diff --git a/src/plugins/mdata/FEATURE.yaml b/src/plugins/mdata/FEATURE.yaml index d25a71d41e9..d1843e69f58 100644 --- a/src/plugins/mdata/FEATURE.yaml +++ b/src/plugins/mdata/FEATURE.yaml @@ -1,11 +1,11 @@ --- -name: Buffer Metadata Change Tracker (mdata) +name: Buffer Metadata Change Tracker maintainer: Dave Barach features: - Buffer Metadata Change Tracker description: |- - Buffer Metadata Change Tracker - Uses the before / after graph node main loop performance + The Buffer Metadata Change Tracker (mdata) + uses the before / after graph node main loop performance callback hooks to snapshoot buffer metadata, then compare and summarize results per-node. Answers the question "what buffer metadata does a particular diff --git a/src/plugins/nat/FEATURE.yaml b/src/plugins/nat/FEATURE.yaml index 65cd9590c69..183db052771 100644 --- a/src/plugins/nat/FEATURE.yaml +++ b/src/plugins/nat/FEATURE.yaml @@ -1,5 +1,5 @@ --- -name: Network Address Translation (NAT) +name: Network Address Translation maintainer: - Ole Troan - Filip Varga @@ -20,8 +20,8 @@ features: - NAT66 - DS-lite - 464XLAT -description: "The NAT plugin offers a multiple address translation functions. - These can be used in a raft of different scenarios. CPE, CGN, - etc." +description: "The Network Address Translation (NAT) plugin offers a multiple address + translation functions. These can be used in a raft of different + scenarios. CPE, CGN, etc." state: production properties: [API, CLI, STATS, MULTITHREAD] diff --git a/src/plugins/svs/FEATURE.yaml b/src/plugins/svs/FEATURE.yaml index 7941df314f4..f37234a0e7d 100644 --- a/src/plugins/svs/FEATURE.yaml +++ b/src/plugins/svs/FEATURE.yaml @@ -10,6 +10,6 @@ features: - Tables are bound to interfaces. - SVS runs as an input feature in the L3 path -description: "Source VRF Select" +description: "" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/vcl/FEATURE.yaml b/src/vcl/FEATURE.yaml index b2ab7ccfd99..06236bc6204 100644 --- a/src/vcl/FEATURE.yaml +++ b/src/vcl/FEATURE.yaml @@ -1,5 +1,5 @@ --- -name: VPP Comms Library (VCL) +name: VPP Comms Library maintainer: Florin Coras features: - 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 host stack without any code change - It does not support all syscalls and syscall options -description: "VCL simplifies app interaction with session layer by exposing - APIs that are similar to but not POSIX-compliant." +description: "VPP Comms Library (VCL) simplifies app interaction with session layer + by exposing APIs that are similar to but not POSIX-compliant." state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/vnet/bfd/FEATURE.yaml b/src/vnet/bfd/FEATURE.yaml index 5c14281f6db..eb57196ed2e 100644 --- a/src/vnet/bfd/FEATURE.yaml +++ b/src/vnet/bfd/FEATURE.yaml @@ -1,8 +1,8 @@ --- -name: Bidirectional Forwarding Detection (BFD) +name: Bidirectional Forwarding Detection maintainer: Klement Sekera features: - BFD protocol implementation -description: "Bidirectional Forwarding Detection implementation" +description: "An implementation of Bidirectional Forwarding Detection (BFD)." state: production properties: [API, CLI, STATS, MULTITHREAD] diff --git a/src/vnet/bier/FEATURE.yaml b/src/vnet/bier/FEATURE.yaml index fcd72d0a2e5..7c10929c3b9 100644 --- a/src/vnet/bier/FEATURE.yaml +++ b/src/vnet/bier/FEATURE.yaml @@ -7,6 +7,6 @@ features: - Encapsulation for Bit Index Explicit Replication (BIER) in MPLS and Non-MPLS Networks (https://tools.ietf.org/html/rfc8296) -description: "BIER" +description: "An implementation of Bit Indexed Explicit Replication (BIER)" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/vnet/devices/af_packet/FEATURE.yaml b/src/vnet/devices/af_packet/FEATURE.yaml index 4a057c4ac96..25d8b2b5964 100644 --- a/src/vnet/devices/af_packet/FEATURE.yaml +++ b/src/vnet/devices/af_packet/FEATURE.yaml @@ -1,5 +1,5 @@ --- -name: host-interface Device (AF_PACKET) +name: host-interface Device AF_PACKET maintainer: Damjan Marion features: - L4 checksum offload diff --git a/src/vnet/dpo/FEATURE.yaml b/src/vnet/dpo/FEATURE.yaml index 747ac916aa2..e255656e78c 100644 --- a/src/vnet/dpo/FEATURE.yaml +++ b/src/vnet/dpo/FEATURE.yaml @@ -10,6 +10,6 @@ features: - DPO graphs can be rooted at any point in the VLIB graph - notable examples are L3 FIB lookup, ABF, L3XC. -description: "DPO" +description: "Data-Plane Objects (DPO)" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/vnet/gre/FEATURE.yaml b/src/vnet/gre/FEATURE.yaml index 5e0e77c8f75..4b35b870dc3 100644 --- a/src/vnet/gre/FEATURE.yaml +++ b/src/vnet/gre/FEATURE.yaml @@ -8,6 +8,6 @@ features: - L2 tunnels missing: - GRE keys -description: "GRE" +description: "An implementation of Generic Routing Encapsulation (GRE)" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/vnet/ip-neighbor/FEATURE.yaml b/src/vnet/ip-neighbor/FEATURE.yaml index 00ca8495c0a..08e3aafeeb6 100644 --- a/src/vnet/ip-neighbor/FEATURE.yaml +++ b/src/vnet/ip-neighbor/FEATURE.yaml @@ -5,6 +5,6 @@ features: - IP protocol independent Database of Neighbours (aka peers) - limits on number of peers, recycling and aging -description: "IP-neighbor" +description: "" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/vnet/ipsec/FEATURE.yaml b/src/vnet/ipsec/FEATURE.yaml index 0fe77819e70..1f2915a0128 100644 --- a/src/vnet/ipsec/FEATURE.yaml +++ b/src/vnet/ipsec/FEATURE.yaml @@ -6,6 +6,6 @@ features: - Authetication Header (https://tools.ietf.org/html/rfc4302) - Encapsulating Security Payload (https://tools.ietf.org/html/rfc4303) -description: "IPSec" +description: "An implementation of IPSec" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/vnet/l2/FEATURE.yaml b/src/vnet/l2/FEATURE.yaml index 04a81d5dd55..510dc17a4f4 100644 --- a/src/vnet/l2/FEATURE.yaml +++ b/src/vnet/l2/FEATURE.yaml @@ -1,9 +1,9 @@ --- -name: Layer 2 Forwarding (L2) +name: Layer 2 Forwarding maintainer: John Lo features: - - L2 Cross-connect (xconnect) of two interfaces - - L2 Bridging of multiple interfaces in a bridge domain (BD): + - Layer 2 (L2) Cross-connect (xconnect) of two interfaces + - Layer 2 (L2) Bridging of multiple interfaces in a bridge domain (BD): - Forwarding via destination MAC address of packet - MAC learning enable/disable on BD or per interface - MAC aging with specified aging interval enable/disable diff --git a/src/vnet/lisp-cp/FEATURE.yaml b/src/vnet/lisp-cp/FEATURE.yaml index 957186de689..fb48e1fd232 100644 --- a/src/vnet/lisp-cp/FEATURE.yaml +++ b/src/vnet/lisp-cp/FEATURE.yaml @@ -1,5 +1,5 @@ --- -name: Locator/ID Separation Protocol (LISP) Control Plane +name: Locator ID Separation Protocol Control Plane maintainer: Florin Coras features: - ITR, ETR and RTR mode of operation @@ -9,6 +9,6 @@ features: - RLOC-probing - Support for Ethernet, IPv4, IPv6 and NSH EIDs (payloads) - Map-resolver failover algorithm -description: "LISP control plane implementation" +description: "Locator ID Separation Protocol control plane (LISP) implementation" state: production properties: [API, CLI, STATS, MULTITHREAD] diff --git a/src/vnet/lisp-gpe/FEATURE.yaml b/src/vnet/lisp-gpe/FEATURE.yaml index fb051e3d045..d2016e6120d 100644 --- a/src/vnet/lisp-gpe/FEATURE.yaml +++ b/src/vnet/lisp-gpe/FEATURE.yaml @@ -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 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" +description: "Locator ID Separation Protocol Generic Protocol Extension (LISP-GPE) implementation" state: production properties: [API, CLI, STATS, MULTITHREAD] diff --git a/src/vnet/lldp/FEATURE.yaml b/src/vnet/lldp/FEATURE.yaml index 0d3277d53ab..feda51ad4de 100644 --- a/src/vnet/lldp/FEATURE.yaml +++ b/src/vnet/lldp/FEATURE.yaml @@ -1,8 +1,8 @@ --- -name: Link Layer Discovery Protocol (LLDP) +name: Link Layer Discovery Protocol maintainer: Klement Sekera features: - link layer discovery protocol implementation -description: "Link Layer Discovery Protocol implementation" +description: "Link Layer Discovery Protocol (LLDP) implementation" state: production properties: [API, CLI, STATS, MULTITHREAD] diff --git a/src/vnet/mpls/FEATURE.yaml b/src/vnet/mpls/FEATURE.yaml index 89c45899cf7..c03675116f7 100644 --- a/src/vnet/mpls/FEATURE.yaml +++ b/src/vnet/mpls/FEATURE.yaml @@ -5,6 +5,6 @@ features: - Label imposition/disposition - pipe and uniform mode - Tunnels - unidirectional -description: "MPLS" +description: "An implementation of Multi-Protocol Label Switching (MPLS)" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/vnet/qos/FEATURE.yaml b/src/vnet/qos/FEATURE.yaml index 3f7975a6083..47ccf0ac86b 100644 --- a/src/vnet/qos/FEATURE.yaml +++ b/src/vnet/qos/FEATURE.yaml @@ -7,6 +7,6 @@ features: - Mark - write [mapped] QoS bits into packet headers - Store - write in packet metadata a fixed QoS value -description: "QoS" +description: "An implentation of Quality of Service (QoS)" state: production properties: [API, CLI, MULTITHREAD] diff --git a/src/vnet/tcp/FEATURE.yaml b/src/vnet/tcp/FEATURE.yaml index 2ef690cd74c..10c88ee58d7 100644 --- a/src/vnet/tcp/FEATURE.yaml +++ b/src/vnet/tcp/FEATURE.yaml @@ -1,5 +1,5 @@ --- -name: Transmission Control Protocol (TCP) +name: Transmission Control Protocol maintainer: Florin Coras features: - Core functionality (RFC793, RFC5681, RFC6691) @@ -10,6 +10,6 @@ features: - Defending spoofing and flooding attacks (RFC6528) - Partly implemented features (RFC1122, RFC4898, RFC5961) - Delivery rate estimation (draft-cheng-iccrg-delivery-rate-estimation) -description: "High speed and scale TCP implementation" +description: "High speed and scale Transmission Control Protocol (TCP) implementation" state: production properties: [API, CLI, STATS, MULTITHREAD] diff --git a/src/vnet/tls/FEATURE.yaml b/src/vnet/tls/FEATURE.yaml index a27d78311ca..46eec31bf70 100644 --- a/src/vnet/tls/FEATURE.yaml +++ b/src/vnet/tls/FEATURE.yaml @@ -1,14 +1,14 @@ --- -name: Transport Layer Security (TLS) +name: Transport Layer Security maintainer: - Florin Coras - Ping Yu features: - Framework that supports pluggable TLS engines - OpenSSL, Picotls and MbedTLS engines -description: "TLS protocol implementation that consists of a set of engines - that act as wrappers for existing TLS implementations, e.g., - OpenSSL, Picotls and MbedTLS, and a framework that integrates - the engines into VPP's host stack" +description: "Transport Layer Security (TLS) protocol implementation that + consists of a set of engines that act as wrappers for existing + TLS implementations, e.g., OpenSSL, Picotls and MbedTLS, and + a framework that integrates the engines into VPP's host stack" state: production properties: [API, CLI, STATS, MULTITHREAD] diff --git a/src/vnet/udp/FEATURE.yaml b/src/vnet/udp/FEATURE.yaml index 92913637eb9..ad243b73a5a 100644 --- a/src/vnet/udp/FEATURE.yaml +++ b/src/vnet/udp/FEATURE.yaml @@ -1,9 +1,9 @@ --- -name: User Datagram Protocol (UDP) +name: User Datagram Protocol maintainer: Florin Coras features: - host stack integration via session layer - standalone per port dispatcher for tunneling protocols -description: "UDP implementation" +description: "User Datagram Protocol (UDP) implementation" state: production properties: [API, CLI, STATS, MULTITHREAD] diff --git a/src/vnet/vxlan/FEATURE.yaml b/src/vnet/vxlan/FEATURE.yaml index 41abbca12cf..dc7d21b010e 100644 --- a/src/vnet/vxlan/FEATURE.yaml +++ b/src/vnet/vxlan/FEATURE.yaml @@ -1,5 +1,5 @@ --- -name: Virtual eXtensible LAN (VXLAN) +name: Virtual eXtensible LAN maintainer: John Lo features: - VXLAN tunnel for support of L2 overlay/virtual networks (RFC-7348) @@ -9,6 +9,6 @@ features: - VXLAN encap with flow-hashed source port for better underlay IP load balance - VXLAN decap optimization via vxlan-bypass IP feature on underlay interfaces - VXLAN decap HW offload using flow director with DPDK on Intel Fortville NICs -description: "VXLAN tunnels support L2 overlay networks that span L3 networks" +description: "Virtual eXtensible LAN (VXLAN) tunnels support L2 overlay networks that span L3 networks" state: production properties: [API, CLI, MULTITHREAD] -- 2.16.6