public interface Bonding
Modifier and Type | Method and Description |
---|---|
Mac |
adPartnerMac()
The
ad_partner_mac property of the partner bond in mode 4. |
Option[] |
options() |
HostNic[] |
slaves() |
Option[] options()
HostNic[] slaves()
Mac adPartnerMac()
The ad_partner_mac
property of the partner bond in mode 4. Bond mode 4 is the 802.3ad standard,
also called dynamic link aggregation -
Wikipedia,
Presentation.
ad_partner_mac
is the MAC address of the system (switch) at the other end of a bond.
This parameter is read only. Setting it will have no effect on the bond.
It is retrieved from /sys/class/net/bondX/bonding/ad_partner_mac
file on the system where the bond is located.
Copyright © 2016. All rights reserved.