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:
parent
7706123693
commit
657736d10a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user