From 6eae824dbf11792b67cf642be4ca5e4dd110fa72 Mon Sep 17 00:00:00 2001 From: ligc Date: Fri, 7 May 2010 02:51:17 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/xcat2nim.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/xcat2nim.pm b/xCAT-server/lib/xcat/plugins/xcat2nim.pm index b66ad0921..39073e2c2 100644 --- a/xCAT-server/lib/xcat/plugins/xcat2nim.pm +++ b/xCAT-server/lib/xcat/plugins/xcat2nim.pm @@ -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; }