]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit32322ffdd83d4439790cee17f6fad7ff1e06b8a6
tree5c39d54213ef16f94e42d858b30f24fdb17c903f
parent799fc936190448358a9269497123c4a139adcdaf
parent868ede012cc21918d4961ccc94b256f12c46902a
chg: dev: Refactor zone fetch code

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