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:
parent
250e37795c
commit
e22e1c9b92
@ -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 = "";
|
||||
|
Loading…
Reference in New Issue
Block a user