2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

issue633 confignetwork failed to create tagged VLAN interface when a customized interface name is used

This commit is contained in:
bybai 2016-03-28 03:51:41 -04:00
parent 95a8db39f2
commit 477e29d8d4

View File

@ -261,7 +261,7 @@ function sort_nics_device_order {
done
else
temp_base_nic_dev=$base_nic_dev
temp_base_nic_type=`find_nic_type "temp_base_nic_dev"`
temp_base_nic_type=`find_nic_type "$temp_base_nic_dev"`
fi
base_nic_type=$temp_base_nic_type