blob: 41abbca12cf04a90554c47376fb8129de09d64e0 [file] [log] [blame]
John Lo69c2a582020-01-04 00:32:46 -05001---
2name: Virtual eXtensible LAN (VXLAN)
3maintainer: John Lo <loj@cisco.com>
4features:
5 - VXLAN tunnel for support of L2 overlay/virtual networks (RFC-7348)
6 - Support either IPv4 or IPv6 underlay network VTEPs
7 - Flooding via headend replication if all VXLAN tunnels in BD are unicast ones
8 - Multicast VXLAN tunnel can be added to BD to flood via IP multicast
9 - VXLAN encap with flow-hashed source port for better underlay IP load balance
10 - VXLAN decap optimization via vxlan-bypass IP feature on underlay interfaces
11 - VXLAN decap HW offload using flow director with DPDK on Intel Fortville NICs
12description: "VXLAN tunnels support L2 overlay networks that span L3 networks"
13state: production
14properties: [API, CLI, MULTITHREAD]