]> git.ipfire.org Git - thirdparty/bind9.git/commit
sync_secure_db failed to handle some TTL changes
authorMark Andrews <marka@isc.org>
Thu, 14 Dec 2023 04:02:22 +0000 (15:02 +1100)
committerMark Andrews <marka@isc.org>
Wed, 3 Jan 2024 01:09:11 +0000 (12:09 +1100)
commitd601a90ea3516aee8be2ddcce5571b4faf66ec22
treee8e9a155277ee6bab4957b298b149ab436fff2df
parent21be35c54e1329556062cd772860e730bb37e1de
sync_secure_db failed to handle some TTL changes

If the DNSKEY, CDNSKEY or CDS RRset had different TTLs then the
filtering of these RRset resulted in dns_diff_apply failing with
"not exact". Identify tuple pairs that are just TTL changes and
allow them through the filter.
lib/dns/zone.c