From c43da7a74bcf6569c6b62822d5a85b0a4263f86e Mon Sep 17 00:00:00 2001 From: yinle Date: Wed, 13 Apr 2011 09:35:51 +0000 Subject: [PATCH] Add -s to mkhwconn to support connection between frame and its sfp git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9294 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCconn.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl-xCAT/xCAT/PPCconn.pm b/perl-xCAT/xCAT/PPCconn.pm index 19c36bfd2..d7da923d1 100644 --- a/perl-xCAT/xCAT/PPCconn.pm +++ b/perl-xCAT/xCAT/PPCconn.pm @@ -59,10 +59,10 @@ sub mkhwconn_parse_args } return usage() if ( exists $opt{h}); - if ( exists $opt{s} ) - { - return( usage('Flags -s is just used in direct-attach enviroment.')); - } + #if ( exists $opt{s} ) + #{ + # return( usage('Flags -s is just used in direct-attach enviroment.')); + #} if ( exists $opt{t} and exists $opt{p}) {