aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/doc
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2012-08-02 10:16:28 +0200
committerMicael Karlberg <[email protected]>2012-08-02 10:42:52 +0200
commit12d50ad491c6800ab769662afac9a4b221c84648 (patch)
tree896464b1c7911841eb94d5e4ee32864f06e7f7a5 /lib/snmp/doc
parentd43fdb09477c6781c67557399e05988dd7895556 (diff)
downloadotp-12d50ad491c6800ab769662afac9a4b221c84648.tar.gz
otp-12d50ad491c6800ab769662afac9a4b221c84648.tar.bz2
otp-12d50ad491c6800ab769662afac9a4b221c84648.zip
[snmp] Update release notes and add appup instructions
Diffstat (limited to 'lib/snmp/doc')
-rw-r--r--lib/snmp/doc/src/notes.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml
index 80871c56fc..442837d57d 100644
--- a/lib/snmp/doc/src/notes.xml
+++ b/lib/snmp/doc/src/notes.xml
@@ -47,7 +47,23 @@
<list type="bulleted">
<item>
- <p>[agent] Errors in vacmAccessTable RowStatus handling.
+ <p>[agent] Sematic fixes to SNMP-USER-BASED-SM-MIB.
+ The semantics allow the <c>usmUserAuthKeyChange</c> and
+ <c>usmUserPrivKeyChange</c> objects to be written to in the
+ same set requests that also creates and clones the user.
+ This was not possible beforehand, causing test tools checking
+ semantic SNMPv3 behaviour to fail on a lot of test cases. </p>
+ <p>Furthermore, once the user has been cloned by writing to an
+ instance of <c>usmUserCloneFrom</c>, further set-operations to
+ the same object will not return an error, but be no-ops.
+ Especially, it must be avoided to copy security parameters
+ again (possibly even from a different user). </p>
+ <p>Stefan Zegenhagen</p>
+ <p>Own Id: OTP-10166</p>
+ </item>
+
+ <item>
+ <p>[agent] Errors in <c>vacmAccessTable</c> RowStatus handling.
There are problems with the handling of vacmAccessTableStatus
that cause some SNMP test suites to report errors.
Most notably, erroneous set operations frequently cause "genErr"