From e09689a9eddea1a896c864ebc21e8902bc1fdd66 Mon Sep 17 00:00:00 2001 From: yinle Date: Wed, 13 Jul 2011 04:28:27 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/PPCconn.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/perl-xCAT/xCAT/PPCconn.pm b/perl-xCAT/xCAT/PPCconn.pm index 00ae18f08..d2caee21f 100644 --- a/perl-xCAT/xCAT/PPCconn.pm +++ b/perl-xCAT/xCAT/PPCconn.pm @@ -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 ##########################################