bonding: Add FEATURE.yaml
[vpp.git] / src / vnet / bonding / FEATURE.yaml
1 ---
2 name: Bonding
3 maintainer: Steven Luong <sluong@cisco.com>
4 features:
5   - Interface bonding support with the following options
6     - mode active-backup
7     - mode lacp
8       - load-balance l2 | l23 | l34
9         - numa-only
10     - mode xor
11       - load-balance l2 | l23 | l34
12     - mode round-robin
13     - mode broadcast
14 description: "Bonding implementation"
15 state: production
16 properties: [API, CLI, STATS, MULTITHREAD]