FSP/BPA redundancy: add supporting cec and frame type

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8436 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2010-12-16 08:54:43 +00:00
parent b467738cbb
commit 4254a7b774

View File

@ -75,7 +75,7 @@ sub firmware {
#####################################
# Command only supported on FSP/BPA/LPARs
#####################################
if ( @$d[4] !~ /^(fsp|bpa|lpar)$/ ) {
if ( @$d[4] !~ /^(fsp|bpa|lpar|cec|frame)$/ ) {
push @result,
[$name,"Information only available for CEC/BPA/LPAR",RC_ERROR];
next;