Is your feature request related to a problem? Please describe.
Link aggregation (bonding/teaming) is not supported. Users cannot combine multiple physical interfaces for redundancy or increased bandwidth.
Describe the solution you'd like
Add support for creating bond and team devices that aggregate multiple slave interfaces with configurable modes (active-backup, 802.3ad, etc.).
For Developers- what would your solution be?
Additional context
Is your feature request related to a problem? Please describe.
Link aggregation (bonding/teaming) is not supported. Users cannot combine multiple physical interfaces for redundancy or increased bandwidth.
Describe the solution you'd like
Add support for creating bond and team devices that aggregate multiple slave interfaces with configurable modes (active-backup, 802.3ad, etc.).
For Developers- what would your solution be?
NMBondandNMTeamproxy traits inproxies.rsfor respective device interfacesbond_builders.rsandteam_builders.rswith connection builder functionsbond.rsandteam.rsmodules withcreate_bond(),add_slave(),set_mode()functionsDeviceTypeenum (Bond type code: 7, Team type code: 18)Additional context