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
This commit is contained in:
yinle 2011-04-13 09:35:51 +00:00
parent d2ba7033d4
commit c43da7a74b

View File

@ -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})
{