From 08133a2dbe88e0715e092fbdeec2431971ec0711 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Thu, 6 Jul 2000 01:00:46 +0000 Subject: [PATCH] This is "the glue fix". It changes the additional data lookup algorithm to more closely follow RFC1035, so that root servers will provide a more complete set of name server glue addresses in ccTLD referral responses. For non-referral responses, the server no longer uses glue as additional data. For referral responses, the servers now looks for glue A/AAAA/A6 RRs in the zone where the NS RRs reside, even in the case where this is different from the zone where the A/AAAA/A6 RRs would have resided had they been authoritative data. A6 chains included as additional info may not yet fully follow these rules. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 24a071bf9c..f05e83e7dd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ + 309. [bug] When sending a referral, the server did not look + for name server addresses as glue in the zone + holding the NS RRset in the case where this zone + was not the same as the one where it looked for + name server addresses as authoritative data. + 308. [bug] Treat a SOA record not at top of zone as an error when loading a zone. (RT #154)