2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-12 17:30:19 +00:00

Merge pull request #4441 from zet809/fix_issue_4353

rspconfig configure bmc vlan will hung because of PR 4383
This commit is contained in:
Yuan Bai
2017-12-05 18:06:15 +08:00
committed by GitHub

View File

@ -2605,7 +2605,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;