mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Note that we currently assume the targets of A6 RRs are canonical
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user