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