]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Refactor zone fetch code
authorMatthijs Mekking <matthijs@isc.org>
Thu, 6 Nov 2025 12:01:55 +0000 (12:01 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 6 Nov 2025 12:01:55 +0000 (12:01 +0000)
There is code duplication between `keyfetch` and `nsfetch`, refactor to allow common code paths to differentiate between them. This is in preparation for support of generalized DNS notifications, that will require fetching DSYNC records.

Merge branch 'matthijs-refactor-zone-fetch' into 'main'

See merge request isc-projects/bind9!11176


Trivial merge