docs: Edit FEATURE.yaml files so they can be published
Type: docs
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Change-Id: I7280e5c5ad10a66c0787a5282291a2ef000bff5f
diff --git a/src/vnet/vxlan/FEATURE.yaml b/src/vnet/vxlan/FEATURE.yaml
index 41abbca..dc7d21b 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 <loj@cisco.com>
features:
- VXLAN tunnel for support of L2 overlay/virtual networks (RFC-7348)
@@ -9,6 +9,6 @@
- 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]