]> git.ipfire.org Git - thirdparty/bind9.git/commit
Implement catalog zones options new syntax based on custom properties
authorAram Sargsyan <aram@isc.org>
Wed, 16 Mar 2022 20:11:17 +0000 (20:11 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 14 Apr 2022 10:53:52 +0000 (10:53 +0000)
commitcedfebc64a6d0f488c3c7649cbfac89e99ef5d28
treedb94e9254aeb947187ea4bd42a6673b5a4882f86
parent99de68148011bdedef87e44d90114f5d61d8ce4d
Implement catalog zones options new syntax based on custom properties

According to DNS catalog zones draft version 5 document, catalog
zone custom properties must be placed under the "ext" label.

Make necessary changes to support the new custom properties syntax in
catalog zones with version "2" of the schema.

Change the default catalog zones schema version from "1" to "2" in
ARM to prepare for the new features and changes which come starting
from this commit in order to support the latest DNS catalog zones draft
document.

Make some restructuring in ARM and rename the term catalog zone "option"
to "custom property" to better reflect the terms used in the draft.

Change the version of 'catalog1.zone.' catalog zone in the "catz" system
test to "2", and leave the version of 'catalog2.zone.' catalog zone at
version "1" to test both versions.

Add tests to check that the new syntax works only with the new schema
version, and that the old syntax works only with the legacy schema
version catalog zones.
bin/tests/system/catz/.gitignore
bin/tests/system/catz/clean.sh
bin/tests/system/catz/ns1/catalog.example.db.in
bin/tests/system/catz/ns3/catalog.example.db.in [new file with mode: 0644]
bin/tests/system/catz/setup.sh
bin/tests/system/catz/tests.sh
doc/arm/catz.rst
lib/dns/catz.c