]> git.ipfire.org Git - thirdparty/bind9.git/commit
Skip private records when syncing secure db
authorMatthijs Mekking <matthijs@isc.org>
Fri, 7 Nov 2025 14:56:54 +0000 (15:56 +0100)
committerMatthijs Mekking (GitLab job 6518807) <matthijs@isc.org>
Mon, 24 Nov 2025 13:23:48 +0000 (13:23 +0000)
commit34b50303366f32a75a2e89e5c49cbf0b4c241b5a
tree1517730e144eb3c1029054542786a13398206806
parentc501fa900e5a971cc0def743e380eab31f86764a
Skip private records when syncing secure db

When synchronizing the secure database, we skip DNSSEC records that
BIND 9 maintains with inline-signing. We should also skip private
RDATA type records that are used to track the current state of a
zone-signing process.

(cherry picked from commit 6dcb9ce77ff774ffab3139c052b0f177338953d0)
lib/dns/zone.c