Fix bug 3356485 : mkhwconn frame03 -s -V fails for sfp HMC connection

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10071 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2011-07-13 04:28:27 +00:00
parent 25c4a6e602
commit e09689a9ed

View File

@ -74,6 +74,10 @@ sub mkhwconn_parse_args
return( usage('Flags -P can only be used when flag -p is specified.'));
}
##########################################
# Find the sfp for the mkhwconn -s
##########################################
$request->{sfp} = $opt{s};
##########################################
# Check if CECs are controlled by a frame
##########################################