]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: Support serving signed child zone from its parent's nameserver
authorNicki Křížek <nicki@isc.org>
Thu, 2 Jul 2026 14:42:15 +0000 (16:42 +0200)
committerNicki Křížek <nicki@isc.org>
Thu, 2 Jul 2026 14:42:15 +0000 (16:42 +0200)
When a signed zone is served by the same nameserver instance as
its parent, the child's dnssec-signzone has already written
dsset-<child>. into that directory. Don't attempt to copy the dsset if
the destination and source files are the same.

Assisted-by: Claude:claude-opus-4-8
Merge branch 'nicki/serve-signed-child-same-ns' into 'main'

See merge request isc-projects/bind9!12354


Trivial merge