diff options
author | Micael Karlberg <[email protected]> | 2011-02-25 12:03:28 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-02-25 12:03:28 +0100 |
commit | 02b9003b697474ef6b7e07a6f7eebd6105d4497f (patch) | |
tree | 8cd1311e1184fb7a4c0958f4cf193ca01b03cf66 /lib/snmp/doc | |
parent | 03014788307572cf1920ddc82bfae0d8d1faf74b (diff) | |
parent | bb3fef253dc2e1253d7c422c1d9846d13135f847 (diff) | |
download | otp-02b9003b697474ef6b7e07a6f7eebd6105d4497f.tar.gz otp-02b9003b697474ef6b7e07a6f7eebd6105d4497f.tar.bz2 otp-02b9003b697474ef6b7e07a6f7eebd6105d4497f.zip |
[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 *any*.
Merge branch 'bmk/snmp/verify_vacm_security_model/OTP-8980' into bmk/snmp/snmp419_integration/OTP-9068
Conflicts:
lib/snmp/doc/src/notes.xml
lib/snmp/src/app/snmp.appup.src
lib/snmp/test/snmp_appup_test.erl
lib/snmp/vsn.mk
Diffstat (limited to 'lib/snmp/doc')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 51 |
1 files changed, 36 insertions, 15 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 835a1ab0d3..cbd3118de3 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -80,23 +80,23 @@ <section> <title>Fixed Bugs and Malfunctions</title> - <p>-</p> <!-- + <p>-</p> +--> <list type="bulleted"> <item> - <p>When the function FilterMod:accept_recv/2 - returned false the SNMP agent stopped collecting - messages from UDP.</p> - <p>Own Id: OTP-8761</p> - </item> - </list> + <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> +<!-- +that is when calling: +snmp_view_basec_acm_mib:vacmAccessTable(set, RowIndex, Cols). --> - </section> - + <p>Own Id: OTP-8980</p> + </item> - <section> - <title>Incompatibilities</title> - <p>-</p> + </list> </section> @@ -108,16 +108,37 @@ </section> <!-- 4.19 --> - <section><title>SNMP 4.18</title> + <section> + <title>SNMP Development Toolkit 4.18</title> + <p>Version 4.18 supports code replacement in runtime from/to + version 4.17.1 and 4.17.</p> + + <section> + <title>Improvements and new features</title> + <list type="bulleted"> + <item> + <p>Prepared for R14B release.</p> + </item> + </list> + </section> <section><title>Fixed Bugs and Malfunctions</title> - <list> + <p>-</p> +<!-- + <list type="bulleted"> <item> - <p>Cosmetic prep for R14B (plain) release. </p> + <p>[agent] When the function FilterMod:accept_recv/2 returned false + the SNMP agent stopped collecting messages from UDP.</p> + <p>Own Id: OTP-8761</p> </item> </list> +--> </section> + <section> + <title>Incompatibilities</title> + <p>-</p> + </section> </section> <!-- 4.18 --> |