Enable discovery of new IMMs in known CMMs

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12812 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-18 22:48:14 +00:00
parent 7be91f0a25
commit a94ac01399

View File

@ -138,6 +138,7 @@ sub process_request {
$addr .= "%".$data->{scopeid};
}
if ($machash{$nodename} =~ /$mac/i) { #ignore prospects already known to mac table
configure_hosted_elements($nodename);
next;
}
sendmsg(":Found ".$nodename." which seems to be ".$data->{SrvType}." at address $addr",$callback);