mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 17:46:38 +00:00
Merge pull request #2234 from zet809/fix_issue_2233
a syntax error within mknb.pm
This commit is contained in:
commit
00f1946d45
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user