bind9/bin/tests/system/masterfile
Mark Andrews b4ba11f151 Fix a bug with template filename reuse
When a zone filename is defined in named.conf which will be
written to by the server - i.e., secondary or dynamically updated
zones - there is a test at configuration time to ensure that the
filename is non-unique.

This test is run before the zone is actually created, so a zone
configured using a template may not have had its filename expanded
yet.  This can cause a configuration to fail because, for example,
multiple zones appear to using the filename "$name.db".

This has been fixed by calling dns_zone_expandzonefile() from
isccfg_check_zoneconf(), to expand the names when checking for
uniqueness.
2026-04-14 21:50:31 -07:00
..
ns1 Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
ns2 Fix a bug with template filename reuse 2026-04-14 21:50:31 -07:00
zone Remove license headers from test zone files 2026-03-31 17:57:58 +02:00
setup.sh Add zone "initial-file" option 2025-06-03 12:03:07 -07:00
tests_masterfile.py Fix a bug with template filename reuse 2026-04-14 21:50:31 -07:00