]> git.ipfire.org Git - thirdparty/bind9.git/commit
set "multi-master" automatically with multiple primaries each-automatic-multimaster 9898/head
authorEvan Hunt <each@isc.org>
Wed, 11 Dec 2024 19:07:53 +0000 (11:07 -0800)
committerEvan Hunt <each@isc.org>
Wed, 11 Dec 2024 19:15:04 +0000 (11:15 -0800)
commitd0b3f00b0d607aa0c26c7fcd83c142db8433e5ca
tree8e87dfef998cd48c45851c72307145af1ced4005
parent3db39ec7ad5b40ec6f7e89739aa2c225361626ee
set "multi-master" automatically with multiple primaries

By default, named logs a message at level info if a secondary
zone receives an update indicating that the serial number has
gone backwards. The "multi-master" option was provided to
allow this message to be suppressed if a zone was configured
with multiple primary servers.

That option has now been marked obsolete. The message is now
logged at debug level 1 when there are multiple primary server
addresses configured for the zone. It is still logged at level
info if there is only address.
bin/named/zoneconf.c
bin/tests/system/checkconf/tests.sh
bin/tests/system/checkconf/warn-obsolete.conf [new file with mode: 0644]
doc/arm/reference.rst
doc/misc/mirror.zoneopt
doc/misc/options
doc/misc/secondary.zoneopt
doc/misc/stub.zoneopt
lib/dns/include/dns/zone.h
lib/dns/zone.c
lib/isccfg/namedconf.c