change default class for Cisco from Layer3::Cisco to Layer3::CiscoSwitch

This commit is contained in:
Oliver Gorwits
2021-09-22 22:13:38 +01:00
parent 2b3674dcae
commit 23a247c048
2 changed files with 11 additions and 3 deletions

12
Changes
View File

@@ -1,9 +1,17 @@
Version 3.79 (2021-xx-xx)
Version 3.79 (2021-09-22)
[NEW FEATURES]
* layer3::fortinet now supports link aggregation mapping
* Add support for Riverbed SteelheadEx and Steelfusion (#438)
[ENHANCEMENTS]
* layer3::fortinet now supports link aggregation mapping
* change default class for Cisco from Layer3::Cisco to Layer3::CiscoSwitch
[ENHANCEMENTS]
* Fix typo in Whiterabbit.pm (#439)
Version 3.78 (2021-09-08)

View File

@@ -1699,7 +1699,7 @@ sub device_type {
# Hash for generic fallback to a device class if unable to determine using
# the sysDescr regex.
my %l3sysoidmap = (
9 => 'SNMP::Info::Layer3::Cisco',
9 => 'SNMP::Info::Layer3::CiscoSwitch',
11 => 'SNMP::Info::Layer2::HP',
18 => 'SNMP::Info::Layer3::BayRS',
42 => 'SNMP::Info::Layer3::Sun',