mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 09:36:41 +00:00
Update the config vlan error message
This commit is contained in:
parent
6ab4057c03
commit
59b1bb1a8f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user