Updated Layer3::Timetra requires latest MIBs

Update Changes and MANIFEST for recent changes
This commit is contained in:
Eric A. Miller
2018-03-30 17:34:35 -04:00
parent 64167df588
commit f676d27a3b
3 changed files with 23 additions and 2 deletions

18
Changes
View File

@@ -1,3 +1,21 @@
Version 3.54
[ENHANCEMENTS]
* #215 Nokia/Alcatel-Lucent 7705 LLDP
* #220 Alcatel-Lucent / Nokia SR 7750 missing neighbors
* Improve Layer3::Timetra model detection
[BUG FIXES]
* Fix logic in Layer1::Asante i_up() method
* Fix MIB leaf typo in IPv6
* Don't use MIB leafs that are not-accessible according to MIB
* Fix logic for determining if MIB leaf supports set operations
NOTE: Fixing this logic now results in methods starting with set_ on MIB
leafs without Write or Create access and ANY method on a MIB leaf that is
not-accessible failing validation in _validate_autoload_method()
Version 3.53 (2018-03-22)
[NEW FEATURES]