在我的网络配置中,我看到的设置SLAVE=yes
这是什么意思 -SLAVE=yes
# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=none
ONBOOT=yes
# Settings for Bond
MASTER=bond0
SLAVE=yes
# cat /etc/sysconfig/network-scripts/ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
USERCTL=no
# Settings for bonding
MASTER=bond0
SLAVE=yes
# cat /etc/sysconfig/network-scripts/ifcfg-eth2
DEVICE=eth2
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
如果两个接口都是从接口,在配置中似乎是负载平衡,那么测试此配置的过程是什么?
我的意思是如何对 ETH 充当负载平衡的债券进行实际测试?