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/branches/2.7@12743 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-05-16 17:24:03 +00:00
parent d799735f35
commit 28c28bb9d2

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;
}