not check the installnic or primarynic param in getmacs

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11802 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
zhaoertao 2012-03-09 09:08:13 +00:00
parent 4572e601f8
commit badef3d17d

View File

@ -1788,11 +1788,7 @@ sub getmacs {
}
if ($mkey) {
while ( $nent->{$mkey} =~ /(\d+)/g ) {
my $nic = $1;
if ($nic !~ /[1234]/) {
return -1, "noderes.$mkey is not correct";
}
push @midxary,$nic;
push @midxary,$1;
}
}
} else {