diff options
Diffstat (limited to 'lib/snmp/doc')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 41825df276..a3946efc08 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -41,21 +41,20 @@ <title>Improvements and new features</title> <list type="bulleted"> <item> - <p>[compiler] Added support for the textual convention - <c>AGENT-CAPABILITIES</c>, exported by the SNMPv2-CONF mib.</p> + <p>[compiler] Added support for textual convention + <c>AGENT-CAPABILITIES</c> and "full" support for textual + convention MODULE-COMPLIANCE, both defined by the SNMPv2-CONF + mib.</p> <p>The <c>reference</c> and <c>modules</c> part(s) are - stored in the <c>assocList</c> of the mib-entry record - (<c>me</c>). - Only handled <em>if</em> the option <c>agent_capabilities</c> - is provided to the compiler. </p> - <p>Also added ("full") support for MODULE-COMPLIANCE, - which is handled in a similar way. - Only handled <em>if</em> the option <c>module_compliance</c> - is provided to the compiler. </p> + stored in the <c>assocList</c> of the mib-entry (<c>me</c>) + record. + Only handled <em>if</em> the option(s) <c>agent_capabilities</c> + and <c>module_compliance</c> (respectively) are provided to the + compiler. </p> <p>See <seealso marker="snmpc#compile">compile/2</seealso> for more info. </p> <p>For backward compatibillity, the MIBs provided with - this appliaction are <em>not</em> compiled with these + this application are <em>not</em> compiled with these options. </p> <p>Own Id: OTP-8966</p> </item> |