]> git.ipfire.org Git - thirdparty/bind9.git/commit
Document catalog zones member zone reset by change of unique label
authorAram Sargsyan <aram@isc.org>
Thu, 17 Mar 2022 17:11:04 +0000 (17:11 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 28 Apr 2022 14:04:28 +0000 (14:04 +0000)
commit2f2e02ff0cfdea59cf62d5284079c7836dadd037
tree6e0acd372364f933c983c2333f3914f17cb6bf3f
parent0f7dc7cbebea3fb510b7bbd496acd22c14e8a358
Document catalog zones member zone reset by change of unique label

The DNS catalog zones draft version 5 document requires that catalog
zones consumers must reset the member zone's internal zone state when
its unique label changes (either within the same catalog zone or
during change of ownership performed using the "coo" property).

BIND already behaves like that, and, in fact, doesn't support keeping
the zone state during change of ownership even if the unique label
has been kept the same, because BIND always removes the member zone
and adds it back during unique label renaming or change of ownership.

Document the described behavior and add a log message to inform when
unique label renaming occurs.

Add a system test case with unique label renaming.
bin/tests/system/catz/tests.sh
doc/arm/catz.rst
lib/dns/catz.c