diff options
Diffstat (limited to 'src/plugins/vxlan/FEATURE.yaml')
-rw-r--r-- | src/plugins/vxlan/FEATURE.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/plugins/vxlan/FEATURE.yaml b/src/plugins/vxlan/FEATURE.yaml new file mode 100644 index 00000000000..dc7d21b010e --- /dev/null +++ b/src/plugins/vxlan/FEATURE.yaml @@ -0,0 +1,14 @@ +--- +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] |