John Lo | 69c2a58 | 2020-01-04 00:32:46 -0500 | [diff] [blame] | 1 | --- |
John DeNisco | 7c9fe92 | 2020-01-10 10:07:26 -0500 | [diff] [blame] | 2 | name: Virtual eXtensible LAN |
John Lo | 69c2a58 | 2020-01-04 00:32:46 -0500 | [diff] [blame] | 3 | maintainer: John Lo <loj@cisco.com> |
| 4 | features: |
| 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 |
John DeNisco | 7c9fe92 | 2020-01-10 10:07:26 -0500 | [diff] [blame] | 12 | description: "Virtual eXtensible LAN (VXLAN) tunnels support L2 overlay networks that span L3 networks" |
John Lo | 69c2a58 | 2020-01-04 00:32:46 -0500 | [diff] [blame] | 13 | state: production |
| 14 | properties: [API, CLI, MULTITHREAD] |