diff options
author | Micael Karlberg <[email protected]> | 2013-10-09 11:38:17 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2013-10-09 11:38:17 +0200 |
commit | 832e4112fc2d43face974333660f6c99ba5d686e (patch) | |
tree | ab4ee0f9eb1c919511e3ad3c9c60c99f07d6c316 /lib/snmp/doc/src/notes.xml | |
parent | f9f49c3ae40eef669ed165efdc4b03ecb551a8a0 (diff) | |
parent | 7558861af77de9405decc8d88b2c799e15f266da (diff) | |
download | otp-832e4112fc2d43face974333660f6c99ba5d686e.tar.gz otp-832e4112fc2d43face974333660f6c99ba5d686e.tar.bz2 otp-832e4112fc2d43face974333660f6c99ba5d686e.zip |
Merge branch 'bmk/snmp/manager/improve_user_callback_response_handling2/OTP-11307' into bmk/snmp/snmp425_integration
Conflicts:
lib/snmp/doc/src/notes.xml
lib/snmp/src/app/snmp.appup.src
Diffstat (limited to 'lib/snmp/doc/src/notes.xml')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 2b0daf897b..68743e60aa 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -46,7 +46,7 @@ <list type="bulleted"> <item> - <p>Enable SNMP to create missing database directories. </p> + <p>[agent] Enable SNMP to create missing database directories. </p> <p>Add <seealso marker="snmp_app#db_init_error"> {db_init_error, create_db_and_dir}</seealso> option to SNMP @@ -62,6 +62,15 @@ <p>Own Id: OTP-11352</p> </item> + <item> + <p>[manager] Improved handling of unexpected return values from + <seealso marker="snmpm_user">snmpm_user</seealso> + callback functions. </p> + <p>Violations of the documented API (crashes or invalid return + values) will now result in an error message. </p> + <p>Own Id: OTP-11307</p> + </item> + </list> </section> @@ -167,7 +176,7 @@ </list> --> </section> - + </section> <!-- 4.24.2 --> |