revert some changes to allow simpler merging

This commit is contained in:
Oliver Gorwits
2019-03-11 18:02:34 +00:00
parent fa6717070f
commit d5193823d2
3 changed files with 42 additions and 22 deletions

49
Changes
View File

@@ -1,15 +1,48 @@
2.041000 - 2019-02-24 2.040007 - 2019-03-06
[ENHANCEMENTS]
* #490 use new checks for ports having phones
* #494 update Cisco ASA ssh collector (stromsoe)
* #510 store ifindex in Device Port Properties table (rc9000)
[BUG FIXES] [BUG FIXES]
* #492 Port Control uses VLAN config check (inphobia) * #521-redux Search Node Date Range not working (ollyg)
2.040006 - 2019-03-04
[BUG FIXES]
* #527 update List::MoreUtils version requirement
2.040005 - 2019-03-04
[BUG FIXES]
* #526 fix discover syntax bug
2.040004 - 2019-03-03
[NEW FEATURES]
* #510 store ifindex in Device Port Properties table (rc9000)
* new discover_waps and discover_phones boolean settings (ollyg)
[ENHANCEMENTS]
* #428 Port-Channels now showing in netmap (ollyg)
* #490 use new LLDP capability checks for ports having phones (ollyg)
* #494 update Cisco ASA ssh collector (stromsoe)
[BUG FIXES]
* #492 Port Control incorrectly uses VLAN config check (inphobia)
* #493 HTML tag fix (inphobia) * #493 HTML tag fix (inphobia)
* #498 Map with VLAN filter omits unconnected devices (ollyg)
* #499 netdisco-do renumber reports wrong ip (inphobia)
* #500 no more duplicate entries in vlan filter (ollyg)
* #505 renumbering device missed a few tables (ollyg)
* #512 fix regression in phone/wap discovery exclusion (ollyg)
* #514 ipinventory report returns consistent data (inphobia)
* #520 make sure aggports have a master<->slave (ollyg)
* #521 Search Node Date Range not working (ollyg)
* #522 TypeAhead.pm can reference empty data (inphobia)
* fix bug showing no nodes when only one matches in netmap (ollyg)
2.040003 - 2019-01-18 2.040003 - 2019-01-18

View File

@@ -109,7 +109,6 @@ lib/App/Netdisco/SSHCollector/Platform/IOSXR.pm
lib/App/Netdisco/SSHCollector/Platform/Linux.pm lib/App/Netdisco/SSHCollector/Platform/Linux.pm
lib/App/Netdisco/SSHCollector/Platform/NXOS.pm lib/App/Netdisco/SSHCollector/Platform/NXOS.pm
lib/App/Netdisco/SSHCollector/Platform/PaloAlto.pm lib/App/Netdisco/SSHCollector/Platform/PaloAlto.pm
lib/App/Netdisco/Transport/CLI.pm
lib/App/Netdisco/Transport/SNMP.pm lib/App/Netdisco/Transport/SNMP.pm
lib/App/Netdisco/Util/Device.pm lib/App/Netdisco/Util/Device.pm
lib/App/Netdisco/Util/DNS.pm lib/App/Netdisco/Util/DNS.pm
@@ -365,6 +364,7 @@ share/schema_versions/App-Netdisco-DB-5-6-PostgreSQL.sql
share/schema_versions/App-Netdisco-DB-50-51-PostgreSQL.sql share/schema_versions/App-Netdisco-DB-50-51-PostgreSQL.sql
share/schema_versions/App-Netdisco-DB-51-52-PostgreSQL.sql share/schema_versions/App-Netdisco-DB-51-52-PostgreSQL.sql
share/schema_versions/App-Netdisco-DB-52-53-PostgreSQL.sql share/schema_versions/App-Netdisco-DB-52-53-PostgreSQL.sql
share/schema_versions/App-Netdisco-DB-53-54-PostgreSQL.sql
share/schema_versions/App-Netdisco-DB-6-7-PostgreSQL.sql share/schema_versions/App-Netdisco-DB-6-7-PostgreSQL.sql
share/schema_versions/App-Netdisco-DB-7-8-PostgreSQL.sql share/schema_versions/App-Netdisco-DB-7-8-PostgreSQL.sql
share/schema_versions/App-Netdisco-DB-8-9-PostgreSQL.sql share/schema_versions/App-Netdisco-DB-8-9-PostgreSQL.sql

View File

@@ -78,17 +78,13 @@ if ($opensshdebug){
$Net::OpenSSH::debug = ~0; $Net::OpenSSH::debug = ~0;
} }
MCE::Loop::init { chunk_size => 1, max_workers => $workers }; MCE::Loop::init { chunk_size => 1, max_workers => $workers };
my %stats; my %stats;
$stats{entry} = 0; $stats{entry} = 0;
deprecation_warning();
exit main(); exit main();
sub main { sub main {
my @input = @{ setting('sshcollector') }; my @input = @{ setting('sshcollector') };
if ($device){ if ($device){
@@ -180,15 +176,6 @@ sub store_arpentries {
} }
} }
sub deprecation_warning {
print "\n";
warning sprintf "DEPRECATION WARNING\n" .
"This script and the sshcollector setting will be removed in a future release!\n".
"See this document to migrate to the new sshcollector integrated into\n" .
"regular netdisco-do/netdisco-daemon arpnip:\n" .
"https://github.com/netdisco/netdisco/wiki/bin-sshcollector-deprecation\n\n";
}
=head1 NAME =head1 NAME
netdisco-sshcollector - Collect ARP data for Netdisco from devices without netdisco-sshcollector - Collect ARP data for Netdisco from devices without