From e594dfe7575e8d913ed873ca200ec2fd63f114c9 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Fri, 14 Jan 2000 23:54:31 +0000 Subject: [PATCH] Note that we currently assume the targets of A6 RRs are canonical --- lib/dns/a6.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/dns/a6.c b/lib/dns/a6.c index 6c2fc5de33..070ef00806 100644 --- a/lib/dns/a6.c +++ b/lib/dns/a6.c @@ -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);