]> git.ipfire.org Git - thirdparty/bind9.git/commit
Update dns_dnssec_sync(update|delete) return code
authorMatthijs Mekking <matthijs@isc.org>
Mon, 27 Oct 2025 16:04:56 +0000 (17:04 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 19 Dec 2025 13:08:15 +0000 (14:08 +0100)
commitf1b2646f2b667563980d374f7f49b09b0aed5b62
tree21375fcf8bb3e6d8423f415fd369399a03b365b1
parentf3cb582b301f9cb49e77c4dbda5401ed0d31bb8c
Update dns_dnssec_sync(update|delete) return code

Update the functions 'dns_dnssec_syncupdate()' and
'dns_dnssec_syncdelete()' to make a distinction between a changed RRset
and no changes made.

The return code will be used later to determine if we need to send a
NOTIFY(CDS) to DSYNC endpoints.
lib/dns/dnssec.c
lib/dns/include/dns/dnssec.h
lib/dns/include/dns/ds.h
lib/dns/zone.c