diff --git a/xCAT-server/lib/xcat/plugins/slpdiscover.pm b/xCAT-server/lib/xcat/plugins/slpdiscover.pm index b2380212d..8bf996af5 100644 --- a/xCAT-server/lib/xcat/plugins/slpdiscover.pm +++ b/xCAT-server/lib/xcat/plugins/slpdiscover.pm @@ -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);