Add Layer3::NetSNMP, combining some of my work with that submitted by

Bradley Baetz in patch 1557529.
This commit is contained in:
Bill Fenner
2007-02-14 23:58:31 +00:00
parent 5c0cefefba
commit 70197f35ee
3 changed files with 244 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ version 1.05
MIBs without definition in %FUNCS
+ Enable load_ methods for %GLOBALS and MIB Leaf node names.
+ Add loop detect option and code for getnext table column walks.
+ Add Layer3::NetSNMP for Net-SNMP-based hosts, part of
SF patch 1557529 (Bradley Baetz).
* Fix for bug where an SNMP error in any operation would cause subsequent
table get operations to fail while using the same session, originally