Path to this page:
Subject: CVS commit: pkgsrc/net/p5-SNMP-Info
From: Wen Heping
Date: 2024-02-28 09:18:02
Message id: 20240228081802.4112FFA27@cvs.NetBSD.org
Log Message:
Update to 3.97
Upstream changes:
Version 3.97 (2024-02-26)
[BUG FIXES]
* fix invalid IPv6 addresses returned by ipv6_addr
for entries without a zone identifier
caused by off-by-one error in parse_inetaddress
Version 3.96 (2024-02-26)
[ENHANCEMENTS]
* return IPv6 addresses of type ipv6z consistent by all IPv6 address methods
* add parse_inetaddress method to IPv6
for parsing RFC4001 InetAddress OIDs used to index the IP-MIB
and refactor its methods to use it where appropriate
* override parse_inetaddress for Cisco ASA which doesn't conform to RFC4001
because it is missing the number of octets in InetAddress, seems it's
indexed like the CISCO-IETF-IP-MIB
Version 3.95 (2023-09-02)
[ENHANCEMENTS]
* #491 Dell - Take into account OS10
* #492 F5 - Update the module to correctly retrieve interfaces
* #499 aoscx power over ethernet support
* #500 pretty format 2.5gbps speeds
[BUG FIXES]
* partial revert #484 and replace with Cisco specific \
CiscoAgg::agg_ports_propvirtual
Version 3.94 (2023-07-25)
[BUG FIXES]
* partial revert #484 and replace with Cisco specific \
CiscoAgg::agg_ports_propvirtual
Version 3.93 (2023-07-14)
[ENHANCEMENTS]
* #484 add Aggregate::agg_ports_ifstack to CiscoAgg::agg_ports
Version 3.92 (2023-02-20)
Version 3.91 (2023-02-20)
Version 3.90 (2023-02-20)
[NEW FEATURES]
* #450 Hirschmann switch support
* #463 Netonix switch support
[ENHANCEMENTS]
* new() accepts hashref as well as bare list of arguments
# #475 additional recognition of Allied switches
* #477 additional recognition of Cisco 9xxx switches
[BUG FIXES]
* #460 always return $info instance to allow error() inspection
* #464 check in case non numeric key in cache befor inc
* #474 workaround for aruba-cx link aggregation
Version 3.89 (2022-08-18)
[BUG FIXES]
* add Regexp::Common to dependencies
* fix tests for i_vlan_membership_untagged
Version 3.88 (2022-08-17)
[NEW FEATURES]
* Add i_subinterfaces for VLAN subinterfaces in Layer3::Juniper
* Add i_vlan and i_vlan_membership_untagged to Layer3::Juniper based on \
ifChassisLogicalUnit
Version 3.87 (2022-08-12)
[NEW FEATURES]
* PortAccessEntity/IEEE8021-PAE-MIB module support
[ENHANCEMENTS]
* #462 SNMP::Info::Layer3::PaloAlto to include layer 2
* #461 Expose lldLocChassisId as $lldp->lldp_loc_id
* Update CiscoStats.pm for Amsterdam IOS-XE release
[BUG FIXES]
* #470 avoid error if Juniper VLAN not in bp_index
Version 3.86 (2022-08-10)
[BUG FIXES]
* #468 Cisco dotted subinterfaces had incorrect vlan assigned
Version 3.85 (2022-08-02)
[NEW FEATURES]
* Add i_subinterfaces for VLAN subinterfaces in CiscoVTP
Version 3.84 (2022-07-04)
Version 3.83 (2022-07-04)
[NEW FEATURES]
* Add support for HW Group STE whitespace monitoring devices
Version 3.82 (2022-03-16)
[NEW FEATURES]
* add Cisco BGP MIB support to all Cisco Layer 3 devices
Version 3.81 (2021-10-07)
[ENHANCEMENTS]
* #400 change IPv6 decode warning to be debug-only
* #394 Recognise hyphenated cumulus version strings
* #401 add DLink layers always 2+3
* #377 i/if_ignore cleanup
[BUG FIXES]
* #443 trapeze and nws deep recursion fix
* #378 fix several uninitialized vars
* #374 undefined error from H3C class
Version 3.80 (2021-09-22)
Version 3.79 (2021-09-22)
[NEW FEATURES]
* layer3::fortinet now supports link aggregation mapping
* Add support for Riverbed SteelheadEx and Steelfusion (#438)
[ENHANCEMENTS]
* change default class for Cisco from Layer3::Cisco to Layer3::CiscoSwitch
[BUG FIXES]
* Fix typo in Whiterabbit.pm (#439)
Version 3.78 (2021-09-08)
[BUG FIXES]
* Fix undefined value error in Bridge.pm i_vlan
Files: