]> git.ipfire.org Git - thirdparty/bind9.git/commit
add template support for zone plugins
authorColin Vidal <colin@isc.org>
Wed, 4 Jun 2025 11:52:30 +0000 (13:52 +0200)
committerColin Vidal <colin@isc.org>
Tue, 9 Sep 2025 07:42:34 +0000 (09:42 +0200)
commitbd46aecd223e3267c0baa5e12d17fe84b87d5218
tree5b7ab9a5d2dd9fcbb2bb0294e2f77801e2c684ce
parent1114b1eac0fced55d327b3bee247f73a9fb16f11
add template support for zone plugins

The zone plugin loading code now also looks into the zone template
configuration property of a zone. If it exists, it checks whether there
is a plugin sub-tree defined in the template and, if that exists, loads
the plugin definition from the template.
bin/named/include/named/zoneconf.h
bin/named/server.c
bin/named/zoneconf.c