bundy-dns / bundy

an authoritative DNS server
http://bundy-dns.de/
Other
136 stars 38 forks source link

bundy-auth doesn’t handle mixture of DNAME and NS #77

Open cstrotm opened 10 years ago

cstrotm commented 10 years ago

BIND 10 trac # 321

Assume a bundy-auth server has authority for the zone “jinmei.org”, which has the following RRs in its data source:

sec.jinmei.org. 600 IN NS ns.sec.jinmei.org.
3600 IN DNAME example.com.

(Note: this is an invalid zone configuration.)

In this case, BIND 9 ignores the NS and exclusively use DNAME for names equal to or under sec.jinmei.org. BIND 10 still returns a NS referral if we ask for sec.jinmei.org/NS.

There are several problems around this symptom: