From 1edda3b63229f741641027dec7a458d6f0fb7e89 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 7 Apr 2010 21:14:14 +0000 Subject: [PATCH] -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 --- xCAT-server/lib/xcat/plugins/blade.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index 6f2a70b74..32007dacb 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -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; }