diff options
author | Raimo Niskanen <[email protected]> | 2018-02-13 10:14:22 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2018-02-13 10:14:22 +0100 |
commit | ee6d1b9a61d8f2f087f0f3bf3ea2b933b5c3a93a (patch) | |
tree | d9e9a8021e47352abbf5215b4244a810709a52a2 /lib/kernel/doc/src/inet.xml | |
parent | 82e5a5df18e21e4220e51d89c666d1da70f12ec1 (diff) | |
download | otp-ee6d1b9a61d8f2f087f0f3bf3ea2b933b5c3a93a.tar.gz otp-ee6d1b9a61d8f2f087f0f3bf3ea2b933b5c3a93a.tar.bz2 otp-ee6d1b9a61d8f2f087f0f3bf3ea2b933b5c3a93a.zip |
Stop returning V4MAPPED addresses
Diffstat (limited to 'lib/kernel/doc/src/inet.xml')
-rw-r--r-- | lib/kernel/doc/src/inet.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/kernel/doc/src/inet.xml b/lib/kernel/doc/src/inet.xml index 5c56247820..9552332948 100644 --- a/lib/kernel/doc/src/inet.xml +++ b/lib/kernel/doc/src/inet.xml @@ -277,9 +277,7 @@ fe80::204:acff:fe17:bf38 <p>Returns a <c>hostent</c> record for the host with the specified hostname.</p> <p>If resolver option <c>inet6</c> is <c>true</c>, - an IPv6 address is looked up. If that fails, - the IPv4 address is looked up and returned on - IPv6-mapped IPv4 format.</p> + an IPv6 address is looked up.</p> </desc> </func> |