From 15453d56c2f984338ed1fce0bf8b7c2133742f6e Mon Sep 17 00:00:00 2001 From: elie Date: Sun, 21 Jun 2015 13:24:35 +0000 Subject: ObjectIdentity class additionally supports just a MIB module name initializer in which case if resolves into either first or last symbol in given MIB. Another new option is just a MIB symbol initializer without specifying MIB module. --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 0fcf308..6187887 100644 --- a/CHANGES +++ b/CHANGES @@ -93,7 +93,11 @@ Revision 4.2.6 - The oneliner's MibVariable MIB lookup subsystem redesigned for more generality to mimic OBJECT-TYPE macro capabilities related to SNMP PDU handling. The two new classed are ObjectIdentity and ObjectType. - This new subsystem is moved from a scope of oneliner to more common + The ObjectIdentity class additionally supports just a MIB module name + initializer in which case if resolves into either first or last symbol + in given MIB. Another option is just a MIB symbol initializer without + specifying MIB module. + This new subsystem is moved from the scope of oneliner to more common pysnmp.smi.rfc1903 scope to more naturally invoke it from whatever part of pysnmp requires MIB services. - MibBuilder now prepends the contents of environment variables it -- cgit v1.2.1