]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make zone filename expansion accessible from outside dns_zone
authorMark Andrews <marka@isc.org>
Thu, 2 Apr 2026 04:25:09 +0000 (15:25 +1100)
committerEvan Hunt <each@isc.org>
Wed, 15 Apr 2026 04:49:59 +0000 (21:49 -0700)
commit20f8e9eb56900a9df321fe1e091762897cb8ce36
tree43060a2e0639ca1189d48d5a6fb2acc5956be150
parentbbdca691c05315c2319ddcc5b81b710de3ad1e9c
Make zone filename expansion accessible from outside dns_zone

This adds a new API call dns_zone_expandzonefie(), which will enable
named-checkconf to expand filenames the same way the server does in
dns_zone_setfile().
lib/dns/include/dns/zoneproperties.h
lib/dns/zoneproperties.c
tests/dns/zonefile_test.c