Oliver Gorwits
4cdf7823a1
#878 device ports csv misses mac addresses having no IPs
2022-07-26 21:40:50 +01:00
Oliver Gorwits
b08eb18315
#882 update device port csv for vlan names patch
2022-07-26 21:28:13 +01:00
Oliver Gorwits
56ce4956cc
#877 ignore vlan 1002-1005 in port vlan mismatch report
2022-07-26 21:09:34 +01:00
Oliver Gorwits
1d2e41975c
#895 fix for neighbor showing phantom connections when remote_ip is not unique
2022-07-26 20:54:31 +01:00
Oliver Gorwits
7566e64886
#882 option to display vlan names instead of numbers in device ports table
2022-07-26 09:49:07 +01:00
Oliver Gorwits
a9b0d58b79
#897 port free should only apply to physical interfaces
2022-07-25 17:42:38 +01:00
Oliver Gorwits
796aa1c6f0
rename port options for remote inventory and always show LLDP IP with not contacted device details
2022-07-25 16:43:40 +01:00
Oliver Gorwits
da09ee1eb8
fix mistake in template
2022-07-20 22:19:15 +01:00
Oliver Gorwits
e290d352b9
#889 implement renumber in the web interface
2022-07-19 22:34:54 +01:00
Oliver Gorwits
3317128c41
release 2.052008
2022-07-12 09:15:51 +01:00
Oliver Gorwits
0d3a066c38
better check for missing -d on addpseudodevice
2022-07-12 09:15:04 +01:00
Oliver Gorwits
872a45bd9f
#881 new addpseudodevice worker action
2022-07-04 22:07:09 +01:00
Oliver Gorwits
07e8520bac
#881 new addpseudodevice worker action
2022-07-04 22:02:47 +01:00
Oliver Gorwits
5ffa59c815
release 2.052007
2022-06-03 22:21:24 +01:00
Oliver Gorwits
46c535e873
additional debug and logic fixes in handling of remote_is_discoverable
2022-06-03 21:43:24 +01:00
Oliver Gorwits
aa4ca704de
also abort macsuck job for macsuck_unsupported devices
2022-05-18 16:36:41 +01:00
Oliver Gorwits
8347c4c1b1
release 2.052006
2022-05-17 22:03:40 +01:00
Oliver Gorwits
db186d8ef8
update Changes
2022-05-17 21:56:46 +01:00
Oliver Gorwits
c72dbfa80e
additional commentary for macsuck operation wrt uplinks
2022-05-17 21:40:21 +01:00
Oliver Gorwits
f7204652a0
device port search allows uplinks where remote is not discoverable
2022-05-17 20:57:33 +01:00
Oliver Gorwits
4d0e0cc613
use remote_is_discoverable instead of local netdisco config
2022-05-17 06:27:45 +01:00
Oliver Gorwits
e1bfd917a9
update undiscovered neighbors and port properties discovery to use remote_is_discoverable
2022-05-15 23:16:49 +01:00
Oliver Gorwits
1a810d89f3
support for storing remote_is_discoverable on a port
2022-05-15 22:17:36 +01:00
Oliver Gorwits
96f3923ab0
#866 add debug on register plugin error
2022-05-15 16:21:03 +01:00
Christian Ramseyer
b2d8984afd
Update Changes
2022-05-13 18:41:39 +02:00
Christian Ramseyer
072d783a85
add Aruba.pm contributed by @sgb1reg in discussion #869
2022-05-13 18:33:42 +02:00
Oliver Gorwits
343073673e
#864 add EV to dependencies to avoid broken OS version
2022-04-22 09:59:44 +01:00
Oliver Gorwits
910e24672e
release 2.052005
2022-04-22 09:55:17 +01:00
Oliver Gorwits
6acabaabe3
release 2.052004
2022-04-22 09:54:13 +01:00
Christian Ramseyer
1d3d53337c
Update Changes
2022-04-21 22:00:46 +02:00
Christian Ramseyer
d30fa77da1
Update Changes
2022-04-21 21:51:02 +02:00
Christian Ramseyer
015f91077f
Fix regression from deprecated moment.js API
2022-04-21 21:41:03 +02:00
Oliver Gorwits
4b428229a0
release 2.052003
2022-04-13 20:08:28 +01:00
Oliver Gorwits
aedcf5ef4e
Create codeql-analysis.yml
2022-04-13 20:00:41 +01:00
Oliver Gorwits
b971e20db9
CVE-2022-24785 in moment.js
2022-04-13 19:57:19 +01:00
Oliver Gorwits
4f6efee263
reverse test order to avoid undefined hash key error
2022-03-01 22:35:19 +00:00
Oliver Gorwits
1e39753ece
release 2.052002
2022-02-28 18:11:40 +00:00
Oliver Gorwits
19bfc09035
#857 bug in arp cli gather
2022-02-28 18:07:45 +00:00
Arthur Halet
8be0a4f3cf
Add seeallcolumns parameter in search ( #846 )
2022-02-28 17:05:51 +00:00
Christian Ramseyer
b028898003
netdisco-do -D arpnip ... shows collected arp entries
...
* debug message added in Util/Node.pm
* works uniformely for SSH and CLI
2022-02-18 09:16:17 +01:00
Oliver Gorwits
86e0d16a39
release 2.052001
2022-02-01 20:48:19 +00:00
Christian Ramseyer
2d2de00b70
Update Changes
2022-02-01 20:03:20 +01:00
Neil Johnson
34b4452f66
fix undefined variable error on NXOS ( #854 )
...
Only process entries with defined (IPv4/v6 address). Older code was bombing out here to undefiend entries for ip when process NXOS CLI arpnip.
2022-02-01 19:59:37 +01:00
Daniel Tücks
7cc9713054
Do not macsuck suspended VLANs ( #847 )
2021-12-16 13:48:53 +00:00
Oliver Gorwits
7e23f39e86
release 2.052000
2021-11-30 05:16:52 +00:00
Christian Ramseyer
e1758d4835
Added SSHCollector/Platform/ASAContext.pm
...
* based on the work of @haught mentioned in #754
* added some missing ASA.pm improvements from dc9feb747f..b58a62f300
* separate module for now since it's untested, if confirmed working
by ASA owners it can replace the original ASA.pm
2021-11-27 01:23:44 +01:00
Oliver Gorwits
70805f541c
add code to regenerate the oui.sql file in upstream-sources
2021-11-26 14:46:52 +00:00
Oliver Gorwits
ea6c710b4a
release 2.051005
2021-11-25 20:17:16 +00:00
Oliver Gorwits
ac6308661a
do not accept job queue entries for demo hosting
2021-11-25 20:16:23 +00:00
Oliver Gorwits
95f7fb618f
release 2.051004
2021-11-25 11:50:57 +00:00