]> 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 09:56:03 +0000 (11:56 +0200)
commitd7011a55d3e7f06fbbb764678ef204e4e51d6f8b
tree6d0dfec90c3939735f0de7cd6341466d2402af52
parent0313ede6e113f5d61fa8182340a964502c9f1954
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