mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-28 18:05:31 +00:00 
			
		
		
		
	Have slpdiscover be case insensitive in terms of known mac addresses
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12748 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -116,7 +116,7 @@ sub process_request { | ||||
| 		if ($addr =~ /^fe80/) { #Link local address requires scope index | ||||
| 			$addr .= "%".$data->{scopeid}; | ||||
| 		} | ||||
| 		if ($machash{$nodename} =~ /$mac/) { #ignore prospects already known to mac table | ||||
| 		if ($machash{$nodename} =~ /$mac/i) { #ignore prospects already known to mac table | ||||
| 			next; | ||||
| 		} | ||||
| 		sendmsg(":Found ".$nodename." which seems to be ".$data->{SrvType}." at address $addr",$callback); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user