diff --git a/Changes b/Changes index f504c9d2..a666c984 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,16 @@ +2.039026 - 2018-04- + + [BUG FIXES] + + * do not enqueue the same routed peer more than once + 2.039025 - 2018-04-27 [BUG FIXES] * require version 3.57 of SNMP::Info with critical bug fix + * make netmap Color By Host Group work with no groups selected + * avoid SNMP::Info dependency in web frontend 2.039024 - 2018-04-22 diff --git a/lib/App/Netdisco/Worker/Plugin/Discover/Neighbors/Routed.pm b/lib/App/Netdisco/Worker/Plugin/Discover/Neighbors/Routed.pm index 2b6a24be..4e2f8760 100644 --- a/lib/App/Netdisco/Worker/Plugin/Discover/Neighbors/Routed.pm +++ b/lib/App/Netdisco/Worker/Plugin/Discover/Neighbors/Routed.pm @@ -38,6 +38,7 @@ register_worker({ phase => 'main', driver => 'snmp' }, sub { }); $count++; + vars->{'queued'}->{$ip} += 1; debug sprintf ' [%s] queue - queued %s for discovery (peer)', $device, $ip; }