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 ##########################################