]> git.ipfire.org Git - thirdparty/bind9.git/commit
Unload a zone if a transfer breaks its SOA record
authorMark Andrews <marka@isc.org>
Thu, 25 Feb 2021 03:11:05 +0000 (14:11 +1100)
committerMichał Kępień <michal@isc.org>
Thu, 29 Apr 2021 08:30:00 +0000 (10:30 +0200)
commit5318627227f90294ff24ef92ba87c77bd113de3f
treed4c969bbd54ff150298c8a8bdd593cd9128e52fa
parent2ca0bd882d389b6b1f8c0533560a78e456de4154
Unload a zone if a transfer breaks its SOA record

If a zone transfer results in a zone not having any NS records, named
stops serving it because such a zone is broken.  Do the same if an
incoming zone transfer results in a zone lacking an SOA record at the
apex or containing more than one SOA record.
lib/dns/zone.c