]> git.ipfire.org Git - thirdparty/bind9.git/commit
Implement a new 'notify-defer' configuration option
authorAram Sargsyan <aram@isc.org>
Tue, 22 Apr 2025 13:33:48 +0000 (13:33 +0000)
committerAram Sargsyan <aram@isc.org>
Fri, 16 May 2025 09:58:48 +0000 (09:58 +0000)
commita90e3b9e6f60d486d641fe87e4a68811cb3f94fc
treee4b72d05d1c63058a285de36e9c618d823244ec9
parent0dd96098f9dd6c423109cf83fbeaa5974aebd2f7
Implement a new 'notify-defer' configuration option

This new option sets the delay, in seconds, to wait before sending
a set of NOTIFY messages for a zone. Whenever a NOTIFY message is
ready to be sent, sending will be deferred for this duration.

(cherry picked from commit e42d6b48108e6c879fb7d152194708b0cb6d62b0)
18 files changed:
bin/named/config.c
bin/named/server.c
bin/named/zoneconf.c
bin/tests/system/catz/ns1/named.conf.in
bin/tests/system/catz/ns2/named1.conf.in
bin/tests/system/catz/ns2/named2.conf.in
bin/tests/system/catz/setup.sh
bin/tests/system/catz/tests.sh
bin/tests/system/dyndb/driver/zone.c
doc/arm/reference.rst
doc/misc/mirror.zoneopt
doc/misc/options
doc/misc/primary.zoneopt
doc/misc/secondary.zoneopt
lib/dns/include/dns/zone.h
lib/dns/zone.c
lib/isccfg/namedconf.c
lib/ns/update.c