resolver.3: The RES_NOIP6DOTINT is removed in glibc 2.25

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-01-14 06:27:27 +13:00
parent 28ab42e4ea
commit 10863e5f54
1 changed files with 4 additions and 2 deletions

View File

@ -355,13 +355,15 @@ Note this option overrides
Make reverse IPv6 lookups using the bit-label format described in RFC 2673;
if this option is not set, then nibble format is used.
.TP
.B RES_NOIP6DOTINT
.BR RES_NOIP6DOTINT " (glibc 2.24 and earlier)"
Use
.I ip6.arpa
zone in IPv6 reverse lookup instead of
.IR ip6.int ,
which is deprecated since glibc 2.3.4.
[Enabled by default].
This option is present in glibc up to and including version 2.24,
where it is enabled by default.
In glibc 2.25, this option was removed.
.TP
.BR RES_USE_EDNS0 " (since glibc 2.6)"
Enables support for the DNS extensions (EDNS0) described in RFC 2671.