diff --git a/perl-xCAT/xCAT/FSPcfg.pm b/perl-xCAT/xCAT/FSPcfg.pm index 4f8f186e7..622a02be6 100644 --- a/perl-xCAT/xCAT/FSPcfg.pm +++ b/perl-xCAT/xCAT/FSPcfg.pm @@ -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;