[#61] Arpnip debug text says it is resolving aliases instead of ARP entries
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
as 'IP Phone:' or 'AP:' when those capabilities are advertised by LLDP
|
||||
or CDP
|
||||
|
||||
[BUG FIXES]
|
||||
|
||||
* [#61] Arpnip debug text says it is resolving aliases instead of ARP
|
||||
entries (Robert Kerr)
|
||||
|
||||
2.020002 - 2013-12-11
|
||||
|
||||
[NEW FEATURES]
|
||||
|
||||
@@ -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'};
|
||||
my $resolved_ips = hostnames_resolve_async(\@arps);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user