fix to Twisted-based NotificationOriginator to make it serving INFORMs again

pull/45/head
elie 2013-03-16 16:41:08 +00:00
parent 68fb38c681
commit 2d4933b009
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ Revision 4.2.5rc1
at once. Although RFC2576 does not suggest error-status -> v2c exception
translation, historically pysnmp used to perform it for a long time so we
can't easily stop doing that.
- Fix to Twisted-based NotificationOriginator to make it serving INFORMs again.
- Fix to rfc2576.v1tov2() logic: errorStatus = noSuchName is now translated
into rfc1905.noSuchObject exception value for *all* var-bindings. Although
this is not mentioned in RFC, it looks as a more consistent approach.