bind9/bin
JINMEI Tatuya 7289090683 allow IXFR-to-AXFR fallback on DNS_R_TOOMANYRECORDS
This change allows fallback from an IXFR failure to AXFR when the
reason is DNS_R_TOOMANYRECORDS. This is because this error condition
could be temporary only in an intermediate version of IXFR
transactions and it's possible that the latest version of the zone
doesn't have that condition. In such a case, the secondary would never
be able to update the zone (even if it could) without this fallback.

This fallback behavior is particularly useful with the recently
introduced max-records-per-type and max-types-per-name options:
the primary may not have these limitations and may temporarily
introduce "too many" records, breaking IXFR. If the primary side
subsequently deletes these records, this fallback will help recover
the zone transfer failure automatically; without it, the secondary
side would first need to increase the limit, which requires more
operational overhead and has its own adverse effect.

This change also fixes a minor glitch that DNS_R_TOOMANYRECORDS wasn't
logged in xfrin_fail.
2024-09-10 14:02:38 +02:00
..
check Add flag to named-checkconf to ignore "not configured" errors 2024-09-09 23:32:16 +00:00
confgen use only c23 or c11 noreturn specifiers 2024-08-07 18:27:40 +03:00
delv Add isc_log_createandusechannel() function to simplify usage 2024-08-20 12:50:39 +00:00
dig Add isc_log_createandusechannel() function to simplify usage 2024-08-20 12:50:39 +00:00
dnssec Add optional range directive to keys in dnssec-policy 2024-08-22 12:12:02 +00:00
named Delay release of root privileges until after configuring controls 2024-08-29 10:34:38 -07:00
nsupdate Add isc_log_createandusechannel() function to simplify usage 2024-08-20 12:50:39 +00:00
plugins Convert all categories and modules into static lists 2024-08-20 12:50:39 +00:00
rndc Implement dummy 'rndc skr -import' command 2024-08-22 08:21:52 +02:00
tests allow IXFR-to-AXFR fallback on DNS_R_TOOMANYRECORDS 2024-09-10 14:02:38 +02:00
tools Add isc_log_createandusechannel() function to simplify usage 2024-08-20 12:50:39 +00:00
Makefile.am Remove native PKCS#11 support 2021-09-09 15:35:39 +02:00