diff options
author | Micael Karlberg <[email protected]> | 2013-10-31 17:03:02 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-10-31 17:03:02 +0100 |
commit | 57abd27ee8e189791c4d97ef86de6136c4924b52 (patch) | |
tree | feb1d9108627b3055ae93dadb02dcefcd46319ba /lib/snmp/doc/src/notes.xml | |
parent | 98412eababc3f81719e9c150c9cff6c629e2a3ff (diff) | |
download | otp-57abd27ee8e189791c4d97ef86de6136c4924b52.tar.gz otp-57abd27ee8e189791c4d97ef86de6136c4924b52.tar.bz2 otp-57abd27ee8e189791c4d97ef86de6136c4924b52.zip |
[snmp] Improving ATL handling of corrupt logs
When converting an Audit Trail Log to text a corrupt
log entry could cause the entire conversion to fail.
Also, for a log with sequence numbers, failing to
decode a log entry would cause the conversion to fail
(not because of the failed decode, but because of the
failure to write the error message).
OTP-11453
Diffstat (limited to 'lib/snmp/doc/src/notes.xml')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 8d280fb3a1..8320b8762e 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -34,6 +34,68 @@ <section> + <title>SNMP Development Toolkit 4.22.3</title> + <p>Version 4.22.3 supports code replacement in runtime from/to + version 4.22.2, 4.22.1, 4.22, + 4.21.7 4.21.6 4.21.5, 4.21.4, 4.21.3, 4.21.2, 4.21.1 and 4.21. </p> + + <section> + <title>Improvements and new features</title> + <p>-</p> + +<!-- + <list type="bulleted"> + <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" + errors to be returned. These "genErr" errors are usually caused + by badmatch exceptions coming from + <c>{ok, Row} = snmpa_vacm:get_row(RowIndex)</c> + if the row does not exist. </p> + <p>The semantics of the RowStatus handling in that table has + been adjusted to be compliant with the RowStatus + textual description of SNPMv2-TC MIB. </p> + <p>Stefan Zegenhagen</p> + <p>Own Id: OTP-10164</p> + </item> + </list> +--> + + </section> + + <section> + <title>Fixed Bugs and Malfunctions</title> +<!-- + <p>-</p> +--> + + <list type="bulleted"> + <item> + <p>When converting an Audit Trail Log to text a corrupt + log entry could cause the entire conversion to fail. </p> + <p>Also, for a log with sequence numbers, failing to + decode a log entry would cause the conversion to fail + (not because of the failed decode, but because of the + failure to write the error message). </p> + <p>Own Id: OTP-111453</p> + <p>Aux Id: Seq 12459</p> + </item> + + </list> + + </section> + + <section> + <title>Incompatibilities</title> + <p>-</p> + </section> + + </section> <!-- 4.22.3 --> + + + <section> <title>SNMP Development Toolkit 4.22.2</title> <p>Version 4.22.2 supports code replacement in runtime from/to version 4.22.1, 4.22, |