aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/vxlan/FEATURE.yaml
diff options
context:
space:
mode:
authorSteven Luong <sluong@cisco.com>2022-10-24 09:10:59 -0700
committerDave Wallace <dwallacelf@gmail.com>2023-01-19 21:37:25 +0000
commit8bd4db5996ba1144f659ea5341f1c2727c650bcd (patch)
tree05ebf7985499bf10b842faf68af2c1d4a5d7c138 /src/vnet/vxlan/FEATURE.yaml
parentdd2eff6d060c787e4a49863c9b97bde7215f7740 (diff)
vxlan: convert vxlan to a plugin
per https://jira.fd.io/browse/VPP-2058 Type: improvement Signed-off-by: Steven Luong <sluong@cisco.com> Change-Id: Ica0828de218d25ada2d0d1491e373c3b78179ac1
Diffstat (limited to 'src/vnet/vxlan/FEATURE.yaml')
-rw-r--r--src/vnet/vxlan/FEATURE.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/vnet/vxlan/FEATURE.yaml b/src/vnet/vxlan/FEATURE.yaml
deleted file mode 100644
index dc7d21b010e..00000000000
--- a/src/vnet/vxlan/FEATURE.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-name: Virtual eXtensible LAN
-maintainer: John Lo <loj@cisco.com>
-features:
- - VXLAN tunnel for support of L2 overlay/virtual networks (RFC-7348)
- - Support either IPv4 or IPv6 underlay network VTEPs
- - Flooding via headend replication if all VXLAN tunnels in BD are unicast ones
- - Multicast VXLAN tunnel can be added to BD to flood via IP multicast
- - 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: "Virtual eXtensible LAN (VXLAN) tunnels support L2 overlay networks that span L3 networks"
-state: production
-properties: [API, CLI, MULTITHREAD]