From a94ac013997a032dabc12776cc1432e9f58eae0a Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 18 May 2012 22:48:14 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/slpdiscover.pm | 1 + 1 file changed, 1 insertion(+) 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);