aboutsummaryrefslogtreecommitdiffstats
path: root/lib/snmp/doc
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-05-11 16:39:45 +0200
committerMicael Karlberg <[email protected]>2011-05-11 16:39:45 +0200
commitc2a1108ff4cfdb2a5763349e4f505bed49871cc8 (patch)
tree8bb673cf8bf4f95c5c5514ea0a3510f15ab9cb80 /lib/snmp/doc
parentb841f4fd4d6693ad91621c92839c2b36d7de472a (diff)
parent011b45b19a12cb29216883e117a314a251a74fb3 (diff)
downloadotp-c2a1108ff4cfdb2a5763349e4f505bed49871cc8.tar.gz
otp-c2a1108ff4cfdb2a5763349e4f505bed49871cc8.tar.bz2
otp-c2a1108ff4cfdb2a5763349e4f505bed49871cc8.zip
Merge branch 'bmk/snmp/counter32_decode/OTP-9022' into bmk/snmp/snmp420_integration
Conflicts: lib/snmp/src/app/snmp.appup.src OTP-9022
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 269a227530..c1debd42b1 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>,