Fix problem where SLP.pm would create too large an SLP packet if there are a number of IPv6 entities on the network

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12742 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-16 17:23:46 +00:00
parent a5913583ef
commit 9f0ab466ee

View File

@ -111,7 +111,7 @@ sub dodiscover {
}
$result->{peername} = $peername;
if ($gprlist) {
$gprlist = $gprlist.','.$peername if($rspcount < 100);
$gprlist .= ','.$peername if(length($gprlist) < 1250);
} else {
$gprlist = $peername;
}