]> 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>
Thu, 28 May 2026 09:36:55 +0000 (11:36 +0200)
commitcefbed18714f518fc715bcc9f5cfd0e2dbd8c4d6
treec1b6d219f0c56fa8497f0ab82305b0714adffaf1
parentff6a91438c091f0834371f016d12f2cf7576f978
Include controls.conf as jinja2 template

Rather than using named.conf include, render the controls directly into
the config using jinja2 template include.

(cherry picked from commit f4ca352bc88ab1c766fb4862de118e494fddfb5b)
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