]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add port parameter to dns_notify_create()
authorMatthijs Mekking <matthijs@isc.org>
Tue, 28 Oct 2025 14:25:29 +0000 (15:25 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 19 Dec 2025 13:08:15 +0000 (14:08 +0100)
commit121d372236035f474fb0e6098a355060cd395014
treed2bc3fddc10b07bd644068e1878fae3d24f2b51c
parentdda2e99c36a8b52f9d82aae806a1a82df3ec7753
Add port parameter to dns_notify_create()

The DSYNC record has a Port rdata field, so NOTIFY(CDS) messages may be
configured at different ports. When creating a new notify, allow for
specifying the port.
lib/dns/include/dns/notify.h
lib/dns/notify.c
lib/dns/zone.c