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
This commit is contained in:
jbjohnso 2008-03-24 19:32:02 +00:00
parent 250e37795c
commit e22e1c9b92

View File

@ -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 = "";