bind9/bin/tests/system/addzone/ns2
Evan Hunt b8f325ae01 Add support for zone templates
A "template" statement can contain the same configuration clauses
as a "zone" statement.  A "zone" statement can now reference a
template, and all the clauses in that template will be used as
default values for the zone. For example:

    template primary {
        type primary;
        file "$name.db";
        initial-file "primary.db";
    };

    zone example.com {
        template primary;
        file "different-name.db"; // overrides the template
    };
2025-06-03 12:03:07 -07:00
..
.gitignore 4857. [bug] Maintain attach/detach semantics for event->db, 2018-01-04 10:48:18 +11:00
added.db Add support for zone templates 2025-06-03 12:03:07 -07:00
default.nzf.in Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
hints.db Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
inline.db Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
named1.conf.in Add support for zone templates 2025-06-03 12:03:07 -07:00
named2.conf.in Add support for zone templates 2025-06-03 12:03:07 -07:00
named3.conf.in Add support for zone templates 2025-06-03 12:03:07 -07:00
normal.db Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
previous.db Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
redirect.db.1 Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
redirect.db.2 Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00