diff options
Diffstat (limited to 'lib/snmp/doc')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 22 | ||||
-rw-r--r-- | lib/snmp/doc/src/snmp_app.xml | 2 | ||||
-rw-r--r-- | lib/snmp/doc/src/snmp_config.xml | 2 |
3 files changed, 13 insertions, 13 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index b6c7c22fb0..80de9738f1 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -46,6 +46,11 @@ <list type="bulleted"> <item> + <p>[agent,manager] Updated to support the new crypto interface. </p> + <p>Own Id: OTP-11009</p> + </item> + + <item> <p>[agent] Introduced a documented behaviour for the mib-server <seealso marker="snmpa_mib_data">mib-data backend</seealso>. At present only the default module (<c>snmpa_mib_data_tttn</c>) is @@ -69,29 +74,24 @@ has been added to the agent config options. </p> <p>Own Id: OTP-11107</p> </item> + </list> </section> <section> <title>Fixed Bugs and Malfunctions</title> -<!-- <p>-</p> ---> +<!-- <list type="bulleted"> <item> - <p>[compiler] Now handles MIBs importing the pesudotype BITS. </p> - <p>Own Id: OTP-10799</p> - </item> - - <item> - <p>[compiler] The MIB compiler could not handle a table index - that was defined later in the MIB. </p> - <p>Own Id: OTP-10808</p> + <p>[agent,manager] Updated to support the new crypto interface. </p> + <p>Own Id: OTP-11009</p> </item> </list> +--> </section> @@ -112,7 +112,7 @@ --> </section> - </section> <!-- 4.23.1 --> + </section> <!-- 4.24 --> <section> diff --git a/lib/snmp/doc/src/snmp_app.xml b/lib/snmp/doc/src/snmp_app.xml index f5a6de1099..e5a05342c1 100644 --- a/lib/snmp/doc/src/snmp_app.xml +++ b/lib/snmp/doc/src/snmp_app.xml @@ -314,7 +314,7 @@ <marker id="agent_mib_storage"></marker> <tag><c><![CDATA[mib_storage() = [mib_storage_opt()] <optional>]]></c></tag> <item> - <p><c>mib_storage_opt() = {module, mib_storage_module()} | {options, list()}</c></p> + <p><c>mib_storage_opt() = {module, mib_storage_module()} | {options, mib_storage_options()}</c></p> <p>This option specifies how basic mib data is stored. This option is used by two parts of the snmp agent: The mib-server and the symbolic-store. </p> diff --git a/lib/snmp/doc/src/snmp_config.xml b/lib/snmp/doc/src/snmp_config.xml index f1acebf2f7..61ee7f00ee 100644 --- a/lib/snmp/doc/src/snmp_config.xml +++ b/lib/snmp/doc/src/snmp_config.xml @@ -311,7 +311,7 @@ <marker id="agent_mib_storage"></marker> <tag><c><![CDATA[mib_storage() = [mib_storage_opt()] <optional>]]></c></tag> <item> - <p><c>mib_storage_opt() = {module, mib_storage_module()} | {options, list()}</c></p> + <p><c>mib_storage_opt() = {module, mib_storage_module()} | {options, mib_storage_options()}</c></p> <p>This option specifies how basic mib data is stored. This option is used by two parts of the snmp agent: The mib-server and the symbolic-store. </p> |