diff options
author | Micael Karlberg <[email protected]> | 2011-05-11 12:11:57 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-05-11 12:11:57 +0200 |
commit | 4dde37d7d40d213ba052a4f6c18b7c257bf93960 (patch) | |
tree | 0c0249721c553720bde8840f3d0001c892e41767 /lib/snmp/doc/src/notes.xml | |
parent | 5b15b32e2d1aec2716c58879f0ada02557c757f5 (diff) | |
download | otp-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/src/notes.xml')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 9 |
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>, |