-Fix discovery of blades via non-primary interfaces

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5705 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-04-07 21:14:14 +00:00
parent 77e97cc1ed
commit 1edda3b632

View File

@ -2315,6 +2315,7 @@ sub process_request {
foreach (@{$request->{mac}}) {
/.*\|.*\|([\dABCDEFabcdef:]+)(\||$)/;
if ($1 and $macmap{$1}) {
$mac = $1; #the mac of consequence is identified here
$found=1;
last;
}