use arp protocal to get the mac address

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3771 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2009-07-14 12:16:48 +00:00
parent fa930de11a
commit a2bc5a0dd8

View File

@ -43,7 +43,7 @@ sub parse_args {
$Getopt::Long::ignorecase = 0;
Getopt::Long::Configure( "bundling" );
if ( !GetOptions( \%opt,qw(h|help V|Verbose v|version C=s G=s S=s D d f F=s))) {
if ( !GetOptions( \%opt,qw(h|help V|Verbose v|version C=s G=s S=s D d f F=s arp))) {
return( usage() );
}
####################################