From: Matthijs Mekking Date: Wed, 15 Jul 2026 08:54:44 +0000 (+0000) Subject: fix: dev: Use correct port and target for NOTIFY(CDS) X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5fcb833118c46b2fb7bdffb2052a841bb5c45bb0;p=thirdparty%2Fbind9.git fix: dev: Use correct port and target for NOTIFY(CDS) If there is a DSYNC RRset with multiple records, and unsupported scheme/type records follow supported ones, the port and target of the last record were being used to queue the notify. This does not necessarily match the port and target of the supported record. This has been fixed. Closes #6080 Merge branch '6080-dsync-mismatch-queue' into 'main' See merge request isc-projects/bind9!12376 --- 5fcb833118c46b2fb7bdffb2052a841bb5c45bb0