]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Lookup DS entries before CNAME entries
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 16 Dec 2020 14:51:19 +0000 (15:51 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 16 Dec 2020 14:51:19 +0000 (15:51 +0100)
commit38263b88f2b3fa979cb1067ce602f48a1a4678bb
treefb56c196256954ffd4771665cc565f8874569f01
parent2dadda4fda208cea56ac045f44c16dfbab1806c3
rec: Lookup DS entries before CNAME entries

When we are looking for a DS, we want to do the non-CNAME cache check first
because we can actually have a DS (from the parent zone) AND a CNAME (from
the child zone), and what we really want is the DS.
pdns/syncres.cc