PySNMP 4.4.2
This is a minor bug fix release. Most important changes are:
- The pysnmp version being used gets exposed to the MIB modules via the
MibBuilder
instance - The .setObjects() method of the SMI types now accepts
append=False
parameter to let the caller adding more than 255 elements over the course of multiple calls - Added support for some more missing fields of SMIv2 MACRO types
- Fixed non-implied-OID encoding in SNMP table indices
- Fixed inconsistent SNMPv3 discovery and retrying algorithm
Please refer to the change log for complete list of changes.