]> git.ipfire.org Git - thirdparty/bind9.git/commit
Move dns_zone_next/dns_zone_first to zonemgr
authorMatthijs Mekking <matthijs@isc.org>
Tue, 7 Apr 2026 09:22:56 +0000 (11:22 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 8 Apr 2026 12:27:06 +0000 (14:27 +0200)
commit9c420582be08a188ea0912379fa0e26b82182f8a
tree12e8c7dad7fc9173c77e3a0e7c560705415aa37c
parenta320801042a030edf9aaa67936a3f91d20871b2b
Move dns_zone_next/dns_zone_first to zonemgr

Walking the list of managed zones is a function that operates
on the zone manager object.
bin/named/statschannel.c
lib/dns/include/dns/zone.h
lib/dns/include/dns/zonemgr.h
lib/dns/zone.c
lib/dns/zonemgr.c