]> git.ipfire.org Git - thirdparty/bind9.git/commit
Change zone set/get options related to notify
authorMatthijs Mekking <matthijs@isc.org>
Tue, 16 Dec 2025 16:31:24 +0000 (17:31 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 29 Dec 2025 08:43:04 +0000 (09:43 +0100)
commit7fd1eccb6ed8d43822f66bd07589c74e480aa40a
tree2634296a18f359e5b8ed6b75fd550dd4aeb4721d
parent2118fa0b621dbf26c372ed936d10cc99afe75319
Change zone set/get options related to notify

Add a type to all dns_zone_(get|set) functions that apply to sending
notifies, so the options can be set and retrieved separately per type.

This affects dns_zone_setnotifydefer, dns_zone_getnotifydefer,
dns_zone_setnotifydelay, dns_zone_getnotifydelay,
dns_zone_setnotifysrc4, and dns_zone_setnotifysrc6.

The functions dns_zone_getnotifysrc4 and dns_zone_getnotifysrc6 are
unused and can be removed.
bin/named/zoneconf.c
lib/dns/include/dns/notify.h
lib/dns/include/dns/zone.h
lib/dns/notify.c
lib/dns/zone.c