diff options
author | itojun <> | 2000-01-03 11:51:08 +0000 |
---|---|---|
committer | itojun <> | 2000-01-03 11:51:08 +0000 |
commit | e4c761043a1549e36e2e3f08aa44ca103b28ef51 (patch) | |
tree | 95ce16afdbc9a6c5dcca358921abae9014945b0e /src/lib/libc/net/resolver.3 | |
parent | 49f178ab894fc1b1fa50a723a2778b7e5515f5f6 (diff) | |
download | openbsd-e4c761043a1549e36e2e3f08aa44ca103b28ef51.tar.gz openbsd-e4c761043a1549e36e2e3f08aa44ca103b28ef51.tar.bz2 openbsd-e4c761043a1549e36e2e3f08aa44ca103b28ef51.zip |
always enable IPv6 address in /etc/hosts (via _gethtent()).
clarify RES_USE_INET6. the use of this bit is not meaningful
on openbsd (as we don't have mapped addr support in kernel).
Diffstat (limited to 'src/lib/libc/net/resolver.3')
-rw-r--r-- | src/lib/libc/net/resolver.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libc/net/resolver.3 b/src/lib/libc/net/resolver.3 index 27d393193d..9b2471d823 100644 --- a/src/lib/libc/net/resolver.3 +++ b/src/lib/libc/net/resolver.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: resolver.3,v 1.12 1999/07/05 04:41:00 aaron Exp $ | 1 | .\" $OpenBSD: resolver.3,v 1.13 2000/01/03 11:51:08 itojun Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1985, 1991, 1993 | 3 | .\" Copyright (c) 1985, 1991, 1993 |
4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
@@ -171,7 +171,11 @@ This is used by the standard host lookup routine | |||
171 | .Xr gethostbyname 3 . | 171 | .Xr gethostbyname 3 . |
172 | This option is enabled by default. | 172 | This option is enabled by default. |
173 | .It Dv RES_USE_INET6 | 173 | .It Dv RES_USE_INET6 |
174 | Enable support for IPv6 addresses. | 174 | Enables support for IPv6-only applications. |
175 | This causes IPv4 addresses to be returned as an IPv4 mapped address. | ||
176 | For example, 10.1.1.1 will be returned as ::ffff:10.1.1.1. | ||
177 | The option is not meaningful on | ||
178 | .Ox . | ||
175 | .El | 179 | .El |
176 | .Pp | 180 | .Pp |
177 | The | 181 | The |