diff options
author | Micael Karlberg <[email protected]> | 2011-11-25 20:02:51 +0100 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-11-25 20:02:51 +0100 |
commit | 337b7e74ea4c338e08ef9c86056c49c6e2203877 (patch) | |
tree | deb7a08d1d77a7df71a3803724fe87c0104a1734 /lib/snmp/doc | |
parent | 4062174a7e1f5aa06fd7e125250a125d4cf1f73e (diff) | |
download | otp-337b7e74ea4c338e08ef9c86056c49c6e2203877.tar.gz otp-337b7e74ea4c338e08ef9c86056c49c6e2203877.tar.bz2 otp-337b7e74ea4c338e08ef9c86056c49c6e2203877.zip |
[agent] When sending an error message (reply) regarding
snmpUnknownPDUHandlers, the agent used the wrong OID.
OTP-9747
Diffstat (limited to 'lib/snmp/doc')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index 6699387dea..b47007202e 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -69,6 +69,12 @@ <p>Own Id: OTP-9745</p> </item> + <item> + <p>[agent] When sending an error message (reply) regarding + <c>snmpUnknownPDUHandlers</c>, the agent used the wrong OID. </p> + <p>Own Id: OTP-9747</p> + </item> + </list> </section> |