do not enqueue the same routed peer more than once
This commit is contained in:
8
Changes
8
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
|
2.039025 - 2018-04-27
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
* require version 3.57 of SNMP::Info with critical bug fix
|
* 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
|
2.039024 - 2018-04-22
|
||||||
|
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ register_worker({ phase => 'main', driver => 'snmp' }, sub {
|
|||||||
});
|
});
|
||||||
|
|
||||||
$count++;
|
$count++;
|
||||||
|
vars->{'queued'}->{$ip} += 1;
|
||||||
debug sprintf ' [%s] queue - queued %s for discovery (peer)', $device, $ip;
|
debug sprintf ' [%s] queue - queued %s for discovery (peer)', $device, $ip;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user