aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/doc
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-05-11 12:11:57 +0200
committerMicael Karlberg <[email protected]>2011-05-11 12:11:57 +0200
commit4dde37d7d40d213ba052a4f6c18b7c257bf93960 (patch)
tree0c0249721c553720bde8840f3d0001c892e41767 /lib/snmp/doc
parent5b15b32e2d1aec2716c58879f0ada02557c757f5 (diff)
downloadotp-4dde37d7d40d213ba052a4f6c18b7c257bf93960.tar.gz
otp-4dde37d7d40d213ba052a4f6c18b7c257bf93960.tar.bz2
otp-4dde37d7d40d213ba052a4f6c18b7c257bf93960.zip
Release notes, test case and some minor decode fixes
(allow only 32 bit values when decoding).
Diffstat (limited to 'lib/snmp/doc')
-rw-r--r--lib/snmp/doc/src/notes.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml
index c507965cd8..105a977d92 100644
--- a/lib/snmp/doc/src/notes.xml
+++ b/lib/snmp/doc/src/notes.xml
@@ -44,6 +44,15 @@
-->
<list type="bulleted">
<item>
+ <p>Fixed endode/decode of values of type <c>Counter32</c>. </p>
+ <p>This type (<c>Counter32</c>) is an unsigned integer 32,
+ but is actually encoded as an signed integer 32.
+ The encode/decode functions however, treated it as if it was
+ encodeded as an unsigned integer 32. </p>
+ <p>Own Id: OTP-9022</p>
+ </item>
+
+ <item>
<p>[agent] Added support for sending traps to IPv6 targets. </p>
<p>See the
<seealso marker="snmp_agent_config_files#target_addr">target address config file</seealso>,