2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-16 11:20:32 +00:00

a syntax error within mknb.pm

This commit is contained in:
ertaozh
2016-11-30 02:59:40 -05:00
parent ab525018a2
commit 003290702e

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'