FSP/BPA redundancy: add supporting of CEC object

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8495 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2010-12-21 08:04:21 +00:00
parent b1e92f9885
commit bdfe86c0ce

View File

@ -419,7 +419,7 @@ sub rmhwconn_parse_args
next;
}
if ( $nodetype eq 'fsp' and
if ( ($nodetype eq 'fsp' or $nodetype eq 'cec') and
$node_parent and
$node_parent ne $node)
{