]> git.ipfire.org Git - thirdparty/bind9.git/commit
Mark the configs that deliberately keep a custom controls config
authorNicki Křížek <nicki@isc.org>
Wed, 8 Jul 2026 18:36:20 +0000 (18:36 +0000)
committerNicki Křížek <nicki@isc.org>
Thu, 23 Jul 2026 08:48:04 +0000 (10:48 +0200)
commitb2bf286f24457eec2c6f3a02f6fc63b7c33e5ca0
treec84582b6880501df0f21b8d7d14062de43e10b62
parentc0170b29c9fbec48430b18298ac2b5334274b68d
Mark the configs that deliberately keep a custom controls config

Every remaining deviation from the shared _common/controls.conf.j2
include is intentional; annotate each with a one-line grep-able
comment stating why:

- rndc/ns2 and ns5 test multi-key and read-only channels; ns4 gets a
  runtime-generated multi-key channel appended by setup.sh;
- resolver/ns9 runs an IPv6-only channel, which the IPv4-only shared
  template cannot express;
- shutdown/resolver lives in a non-ns<N> directory, so the template's
  ns.ip variable is not injected there.

Assisted-by: Claude:claude-fable-5
bin/tests/system/resolver/ns9/named.conf.j2
bin/tests/system/rndc/ns2/named.conf.j2
bin/tests/system/rndc/ns4/named.conf.j2
bin/tests/system/rndc/ns5/named.conf.j2
bin/tests/system/shutdown/resolver/named.conf.j2