bind9/bin/tests/system/addzone
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
..
ns1 change allow-transfer default to "none" 2024-06-05 10:50:06 -07:00
ns2 Add support for zone templates 2025-06-03 12:03:07 -07:00
ns3 Unify parental-agents, primaries to remote-servers 2024-12-13 08:50:02 +01:00
setup.sh Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
tests.sh Add support for zone templates 2025-06-03 12:03:07 -07:00
tests_rndc_deadlock.py Replace clean.sh files with extra_artifacts mark 2024-11-08 10:54:24 +01:00
tests_sh_addzone.py Add support for zone templates 2025-06-03 12:03:07 -07:00