2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-21 21:45:31 +00:00

Merge pull request #2234 from zet809/fix_issue_2233

a syntax error within mknb.pm
This commit is contained in:
Xiaopeng Wang
2016-11-30 16:07:13 +08:00
committed by GitHub

View File

@ -74,7 +74,7 @@ sub process_request {
}
}
my $nicips = xCAT::NetworkUtils->get_nic_ip();
foreach (keys $nicips) {
foreach (keys %$nicips) {
# To support tagged vlan, create entries in the hash for the
# interface name removing the physical interface ending:
# 'enP1p12s0f0.2@enP1p12s0f0' => 'enP1p12s0f0.2'