From e22e1c9b92f81633293bb2556adffbe69a066088 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 24 Mar 2008 19:32:02 +0000 Subject: [PATCH] Fix bug where node discovery was unable to recognize two layer 3 networks as being on the same layer 2 network git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@878 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server-2.0/lib/xcat/plugins/nodediscover.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server-2.0/lib/xcat/plugins/nodediscover.pm b/xCAT-server-2.0/lib/xcat/plugins/nodediscover.pm index 4bfcb643e..4b7162623 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/nodediscover.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/nodediscover.pm @@ -32,7 +32,7 @@ sub gethosttag { my $netn = shift; my $ifname = shift; my $usednames = shift; - my %netmap = %{xCAT::Utils::my_if_netmap}; + my %netmap = %{xCAT::Utils::my_if_netmap()}; my $mgtifname = $netmap{$netn}; my $secondpass = 0; my $name = "";