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:
		@@ -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;
 | 
			
		||||
                        }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user