[#61] Arpnip debug text says it is resolving aliases instead of ARP entries

This commit is contained in:
Eric A. Miller
2013-12-16 09:35:14 -05:00
parent ec31a75dd4
commit 982b8c3fd2
2 changed files with 6 additions and 1 deletions

View File

@@ -6,6 +6,11 @@
as 'IP Phone:' or 'AP:' when those capabilities are advertised by LLDP as 'IP Phone:' or 'AP:' when those capabilities are advertised by LLDP
or CDP or CDP
[BUG FIXES]
* [#61] Arpnip debug text says it is resolving aliases instead of ARP
entries (Robert Kerr)
2.020002 - 2013-12-11 2.020002 - 2013-12-11
[NEW FEATURES] [NEW FEATURES]

View File

@@ -89,7 +89,7 @@ sub _get_arps {
}; };
} }
debug sprintf ' resolving %d aliases with max %d outstanding requests', debug sprintf ' resolving %d ARP entries with max %d outstanding requests',
scalar @arps, $ENV{'PERL_ANYEVENT_MAX_OUTSTANDING_DNS'}; scalar @arps, $ENV{'PERL_ANYEVENT_MAX_OUTSTANDING_DNS'};
my $resolved_ips = hostnames_resolve_async(\@arps); my $resolved_ips = hostnames_resolve_async(\@arps);