mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-25 16:18:03 -04:00
Note that we currently assume the targets of A6 RRs are canonical
This commit is contained in:
parent
45d019f745
commit
e594dfe757
1 changed files with 7 additions and 0 deletions
|
|
@ -135,6 +135,13 @@ foreach(dns_a6context_t *a6ctx, dns_rdataset_t *parent, unsigned int depth,
|
|||
* want to call the 'missing'
|
||||
* function.
|
||||
*
|
||||
* Note that we currently require that
|
||||
* the target of an A6 record is
|
||||
* a canonical domain name. If the
|
||||
* find routine returns DNS_R_CNAME or
|
||||
* DNS_R_DNAME, we do NOT follow the
|
||||
* chain.
|
||||
*
|
||||
* We do want to clean up...
|
||||
*/
|
||||
maybe_disassociate(&child);
|
||||
|
|
|
|||
Loading…
Reference in a new issue