mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-28 17:05:31 +00:00
Update the config vlan error message
This commit is contained in:
@ -581,7 +581,7 @@ function configure_nicdevice {
|
||||
create_vlan_interface_nmcli ifname=$vlanname vlanid=$vlanid ipaddrs=$ipaddrs
|
||||
fi
|
||||
if [ $? -ne 0 ]; then
|
||||
log_error "configvlan failed."
|
||||
log_error "configure VLAN failed."
|
||||
errorcode=1
|
||||
fi
|
||||
#configure bond
|
||||
|
Reference in New Issue
Block a user