mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 14:12:51 -04:00
more documentation
This commit is contained in:
parent
87837577a1
commit
78eeb67d6c
1 changed files with 14 additions and 0 deletions
|
|
@ -78,6 +78,20 @@ dns_byaddr_create(isc_mem_t *mctx, isc_netaddr_t *address, dns_view_t *view,
|
|||
/*
|
||||
* Find the domain name of 'address'.
|
||||
*
|
||||
* Notes:
|
||||
*
|
||||
* There are two reverse lookup formats for IPv6 addresses, 'bitstring'
|
||||
* and 'nibble'. The newer 'bitstring' format for the address fe80::1 is
|
||||
*
|
||||
* \[xfe800000000000000000000000000001].ip6.int.
|
||||
*
|
||||
* The 'nibble' format for that address is
|
||||
*
|
||||
* 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.int.
|
||||
*
|
||||
* The 'bitstring' format will be used unless the DNS_BYADDROPT_IPV6NIBBLE
|
||||
* option has been set.
|
||||
*
|
||||
* Requires:
|
||||
*
|
||||
* 'mctx' is a valid mctx.
|
||||
|
|
|
|||
Loading…
Reference in a new issue