]> git.ipfire.org Git - thirdparty/bind9.git/commit
Log a message when a mirror zone becomes unusable
authorMichał Kępień <michal@isc.org>
Wed, 16 Jan 2019 14:31:48 +0000 (15:31 +0100)
committerEvan Hunt <each@isc.org>
Wed, 16 Jan 2019 18:38:12 +0000 (10:38 -0800)
commit7d6b8f7c128009fb167a605bc324ca3020a12cae
tree736700c9332d2c75781567567146fcc6d3b036f5
parent7665e132066e8c8fd59581f425842501f7776539
Log a message when a mirror zone becomes unusable

Log a message if a mirror zone becomes unusable for the resolver (most
usually due to the zone's expiration timer firing).  Ensure that
verification failures do not cause a mirror zone to be unloaded
(instead, its last successfully verified version should be served if it
is available).
bin/tests/system/mirror/tests.sh
lib/dns/zone.c