2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 17:46:38 +00:00

fix 636 confignetwork use wrong interface name for link aggregation

This commit is contained in:
bybai 2016-01-27 04:03:54 -05:00
parent 7706123693
commit 657736d10a

View File

@ -371,7 +371,7 @@ function configure_nicdevice {
#configure bond
elif [ x"$nic_dev_type" = "xbond" ]; then
create_bond_interface ifname=bond0 slave_ports=$base_nic_for_bond
create_bond_interface ifname=$nic_dev slave_ports=$base_nic_for_bond
else
log_error "Error : please check nictypes for $nic_pair."
fi