l2: Add FEATURE.yaml
[vpp.git] / src / vnet / l2 / FEATURE.yaml
1 ---
2 name: Layer 2 Forwarding (L2)
3 maintainer: John Lo <loj@cisco.com>
4 features:
5   - L2 Cross-connect (xconnect) of two interfaces
6   - L2 Bridging of multiple interfaces in a bridge domain (BD):
7       - Forwarding via destination MAC address of packet
8       - MAC learning enable/disable on BD or per interface
9       - MAC aging with specified aging interval enable/disable
10       - Unicast forwarding enable/disable
11       - Unknown unicast flooding enable/disable
12       - Multicast/broadcast flooding enable/disable
13       - ARP-termination to avoid flooding of ARP requests
14       - Enable/disable unicast of ARP requests instead of flooding
15       - BVI (Bridge Virtual Interface) for IP forwarding from or to BD
16       - Set interface in BD to send unknown unicast packets instead of flooding
17       - Support of split horizon group (SHG) on BD interfaces
18   - VLAN tag rewrite on L2 bridging or xconnect interfaces
19 description: "Layer 2 Bridging and Cross-Connect Support"
20 state: production
21 properties: [API, CLI, MULTITHREAD]