add support for new nics table delimiter
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14881 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
f176866943
commit
c01a6918f7
@ -1297,10 +1297,10 @@ sub gen_new_hostinfo_string{
|
||||
}
|
||||
}
|
||||
|
||||
my $nicips = $installnic.":".$hostinfo_dict{$item}{"ip"};
|
||||
my $!icips = $installnic."!".$hostinfo_dict{$item}{"ip"};
|
||||
foreach(keys %ipshash){
|
||||
if ( $_ eq $installnic ) {next;}
|
||||
$nicips = "$_:$ipshash{$_},$nicips";
|
||||
$nicips = "$_!$ipshash{$_},$nicips";
|
||||
}
|
||||
$hostinfo_dict{$item}{"nicips"} = $nicips;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user