diff options
author | Micael Karlberg <[email protected]> | 2011-07-12 16:05:52 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-07-12 16:05:52 +0200 |
commit | 5bccd012d163a98dd59191db9f69134ccef49faf (patch) | |
tree | 9c9aaf54e6bac280d6a691eb563bae0381bf902f /lib/snmp/doc/src/notes.xml | |
parent | 8b4f1eca4ba0c776549e1598d24716804376e060 (diff) | |
download | otp-5bccd012d163a98dd59191db9f69134ccef49faf.tar.gz otp-5bccd012d163a98dd59191db9f69134ccef49faf.tar.bz2 otp-5bccd012d163a98dd59191db9f69134ccef49faf.zip |
Fixed release notes and API documentation for tdomain.xs
Diffstat (limited to 'lib/snmp/doc/src/notes.xml')
-rw-r--r-- | lib/snmp/doc/src/notes.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/snmp/doc/src/notes.xml b/lib/snmp/doc/src/notes.xml index facb9029f5..7e4099c7a8 100644 --- a/lib/snmp/doc/src/notes.xml +++ b/lib/snmp/doc/src/notes.xml @@ -48,10 +48,12 @@ The transport domains was assumed to be IPv4 (transportDomainUdpIpv4). This has now been changed so that it can also be IPv6 (transportDomainUdpIpv6). - To facilitate this, the <c>transportDomain</c> is now a (new) - valid option when + To facilitate this, the transport domain, <c>tdomain</c>, + is now a (new) valid option when <seealso marker="snmpm#register_agent">registering</seealso> - a new agent. </p> + a new agent (and + <seealso marker="snmpm#update_agent_info">updating</seealso> + agent info). </p> <p>This also mean that the transport behaviour has changed. </p> <p>Own Id: OTP-9305</p> <p>Aux Id: Seq 11847</p> |