summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorelie <elie>2013-06-10 22:36:05 +0000
committerelie <elie>2013-06-10 22:36:05 +0000
commitb1b008d452938a7b75d55a836f70b3c3337df4ae (patch)
tree1d62bf71dd5b40fa2382d617a265a59488453c65 /CHANGES
parent000ddff27b8a8c5bbc54ee36b31dedeca5ddde20 (diff)
downloadpysnmp-b1b008d452938a7b75d55a836f70b3c3337df4ae.tar.gz
Fix to SnmpUSMSecurityModel._sec2usr() - raise NoSuchInstance error
to emulate MIB lookup failure. Previous version of the code always succeeded returning securityName on failure. That screwed new row creation logic.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 45ef2ab..4a7fedf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -63,6 +63,10 @@ Revision 4.2.5rc2
does not let you to configure different securityModels per securityname
at VACM though the cfgCmdGen() wrapper.
- MIB builder traceback formatting and reporting improved.
+- Fix to SnmpUSMSecurityModel._sec2usr() - raise NoSuchInstance error
+ to emulate MIB lookup failure. Previous version of the code always
+ succeeded returning securityName on failure. That screwed new row
+ creation logic.
- Fix and significant logic rework of snmpCommunityTable to make it working
in both Generator and Responder modes and better follow RFC2576
requirements on sequential entries lookup and selection. As a side effect,