Expand description
NIC Bonding / Link Aggregation
Provides bond interfaces that aggregate multiple physical NICs for redundancy (active-backup) or load distribution (round-robin).
Supports ARP monitoring for link health detection and automatic failover.
Structs§
- ArpMonitor
- ARP-based link health monitor
- Bond
Interface - A bond (link aggregation) interface
- Bond
Manager - Manages all bond interfaces on the system
- Bond
Slave - A slave (member) interface within a bond
Enums§
Functions§
- add_
slave - Add a slave interface to an existing bond
- create_
bond - Create a new bond interface
- handle_
link_ change - Handle a link state change on a slave interface
- init
- Initialize the bond manager
- remove_
slave - Remove a slave interface from a bond
- select_
tx_ slave - Select the next slave for transmission on a bond