Fix bug 3504211: update xcat from 2.6.11 to 2.7 occur error on sles

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12146 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
yinle 2012-04-06 03:31:50 +00:00
parent 56c12c59e6
commit c9eeddbfeb

View File

@ -906,8 +906,7 @@ sub resetnet {
foreach ( @{$request->{noderange}}) {
$nodehash{$_} = 1;
}
# go to use lsslp do_resetnet
my $result = xCAT_plugin::lsslp::do_resetnet($request, \%nodehash);
my $result = xCAT::PPCcfg::doresetnet($request, \%nodehash);
return [$result];
}
1;