diff options
author | Micael Karlberg <[email protected]> | 2011-05-16 10:53:51 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-05-16 10:53:51 +0200 |
commit | 2f53cae005b91e09969a715978e4001fc04cb668 (patch) | |
tree | aa529bc762aa74cd544faf28c4c74acb10a70244 /lib/snmp | |
parent | c2a1108ff4cfdb2a5763349e4f505bed49871cc8 (diff) | |
download | otp-2f53cae005b91e09969a715978e4001fc04cb668.tar.gz otp-2f53cae005b91e09969a715978e4001fc04cb668.tar.bz2 otp-2f53cae005b91e09969a715978e4001fc04cb668.zip |
Moved entry from "Improvements..." to "Fixed...".
Diffstat (limited to 'lib/snmp')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 27 |
1 files changed, 10 insertions, 17 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index c1debd42b1..6a20d8ee3a 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -44,15 +44,6 @@ --> <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>, @@ -125,19 +116,21 @@ <section> <title>Fixed Bugs and Malfunctions</title> - <p>-</p> <!-- + <p>-</p> +--> + <list type="bulleted"> <item> - <p>[agent] For the table vacmAccessTable, - when performing the is_set_ok and set operation(s), - all values of the vacmAccessSecurityModel column was - incorrectly translated to <c>any</c>. </p> - <p>Own Id: OTP-8980</p> - </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> </list> ---> </section> |