call NetworkUtils.pm subroutines instead of Utils.pm subroutines

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6012 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
ligc 2010-05-07 02:51:17 +00:00
parent ca2139e2e5
commit 6eae824dbf

View File

@ -1498,7 +1498,7 @@ sub mkNIMnetwork
# if the ip address is in the subnet
# the right interface
if ( xCAT::Utils->ishostinsubnet($myIP, $nethash{$node}{mask}, $nethash{$node}{net} )) {
if ( xCAT::NetworkUtils->ishostinsubnet($myIP, $nethash{$node}{mask}, $nethash{$node}{net} )) {
$adapterhostname = xCAT::NetworkUtils->gethostname($myIP);
last;
}