2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 18:00:38 +00:00

rspconfig configure bmc vlan will hung because of PR 4383

This commit is contained in:
ertaozh
2017-12-05 04:56:26 -05:00
parent 86cc8139c4
commit 21873e5d82

View File

@ -2574,7 +2574,6 @@ sub rspconfig_response {
if ($next_state eq "RSPCONFIG_VLAN_REQUEST") {
$the_nic_to_config =~ s/(\_\d*)//g;
$status_info{$next_state}{data} =~ s/#NIC#/$the_nic_to_config/g;
last;
}
$status_info{RSPCONFIG_IPOBJECT_REQUEST}{init_url} =~ s/#NIC#/$the_nic_to_config/g;
$node_info{$node}{nic} = $the_nic_to_config;