]> git.ipfire.org Git - thirdparty/bind9.git/commit
Include controls.conf as jinja2 template
authorNicki Křížek <nicki@isc.org>
Wed, 1 Apr 2026 16:25:28 +0000 (18:25 +0200)
committerNicki Křížek <nicki@isc.org>
Wed, 27 May 2026 14:25:43 +0000 (16:25 +0200)
commitf4ca352bc88ab1c766fb4862de118e494fddfb5b
tree4e51b2d8c7ad87fc9c56a1ee7dd6a676ae227abf
parente34c3252d973ca6e1eb62b66ca74599568e8d33c
Include controls.conf as jinja2 template

Rather than using named.conf include, render the controls directly into
the config using jinja2 template include.
40 files changed:
bin/tests/system/_common/controls.conf.in [deleted file]
bin/tests/system/_common/controls.conf.j2 [new file with mode: 0644]
bin/tests/system/allow_query/.gitignore
bin/tests/system/allow_query/ns2/controls.conf.j2 [deleted symlink]
bin/tests/system/allow_query/ns2/named.conf.j2
bin/tests/system/allow_query/ns2/named02.conf.j2
bin/tests/system/allow_query/ns2/named03.conf.j2
bin/tests/system/allow_query/ns2/named04.conf.j2
bin/tests/system/allow_query/ns2/named05.conf.j2
bin/tests/system/allow_query/ns2/named06.conf.j2
bin/tests/system/allow_query/ns2/named07.conf.j2
bin/tests/system/allow_query/ns2/named08.conf.j2
bin/tests/system/allow_query/ns2/named09.conf.j2
bin/tests/system/allow_query/ns2/named10.conf.j2
bin/tests/system/allow_query/ns2/named11.conf.j2
bin/tests/system/allow_query/ns2/named12.conf.j2
bin/tests/system/allow_query/ns2/named21.conf.j2
bin/tests/system/allow_query/ns2/named22.conf.j2
bin/tests/system/allow_query/ns2/named23.conf.j2
bin/tests/system/allow_query/ns2/named24.conf.j2
bin/tests/system/allow_query/ns2/named25.conf.j2
bin/tests/system/allow_query/ns2/named26.conf.j2
bin/tests/system/allow_query/ns2/named27.conf.j2
bin/tests/system/allow_query/ns2/named28.conf.j2
bin/tests/system/allow_query/ns2/named29.conf.j2
bin/tests/system/allow_query/ns2/named30.conf.j2
bin/tests/system/allow_query/ns2/named31.conf.j2
bin/tests/system/allow_query/ns2/named32.conf.j2
bin/tests/system/allow_query/ns2/named33.conf.j2
bin/tests/system/allow_query/ns2/named34.conf.j2
bin/tests/system/allow_query/ns2/named40.conf.j2
bin/tests/system/allow_query/ns2/named53.conf.j2
bin/tests/system/allow_query/ns2/named54.conf.j2
bin/tests/system/allow_query/ns2/named55.conf.j2
bin/tests/system/allow_query/ns2/named56.conf.j2
bin/tests/system/allow_query/ns2/named57.conf.j2
bin/tests/system/allow_query/tests_sh_allow_query.py
bin/tests/system/optout/ns2/controls.conf.j2 [deleted symlink]
bin/tests/system/optout/ns2/named.conf.j2
bin/tests/system/optout/tests_optout.py