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:
parent
d2ba7033d4
commit
c43da7a74b
@ -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})
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user