mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-14 02:09:24 -04:00
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. |
||
|---|---|---|
| .. | ||
| include | ||
| aclconf.c | ||
| check.c | ||
| duration.c | ||
| kaspconf.c | ||
| meson.build | ||
| namedconf.c | ||
| parser.c | ||
| tests | ||