change default class for Cisco from Layer3::Cisco to Layer3::CiscoSwitch
This commit is contained in:
12
Changes
12
Changes
@@ -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]
|
[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)
|
Version 3.78 (2021-09-08)
|
||||||
|
|
||||||
|
|||||||
@@ -1699,7 +1699,7 @@ sub device_type {
|
|||||||
# Hash for generic fallback to a device class if unable to determine using
|
# Hash for generic fallback to a device class if unable to determine using
|
||||||
# the sysDescr regex.
|
# the sysDescr regex.
|
||||||
my %l3sysoidmap = (
|
my %l3sysoidmap = (
|
||||||
9 => 'SNMP::Info::Layer3::Cisco',
|
9 => 'SNMP::Info::Layer3::CiscoSwitch',
|
||||||
11 => 'SNMP::Info::Layer2::HP',
|
11 => 'SNMP::Info::Layer2::HP',
|
||||||
18 => 'SNMP::Info::Layer3::BayRS',
|
18 => 'SNMP::Info::Layer3::BayRS',
|
||||||
42 => 'SNMP::Info::Layer3::Sun',
|
42 => 'SNMP::Info::Layer3::Sun',
|
||||||
|
|||||||
Reference in New Issue
Block a user