]> git.ipfire.org Git - thirdparty/bind9.git/commit
apply_configuration: add configure_kasplist
authorColin Vidal <colin@isc.org>
Thu, 28 Aug 2025 15:29:23 +0000 (17:29 +0200)
committerColin Vidal <colin@isc.org>
Wed, 24 Sep 2025 08:54:50 +0000 (10:54 +0200)
commitc97be6a7f59055eef797ad4bb24627df8996e1aa
tree56bb31729e46ac5e196088f3da490df5ccc6f28b
parent0fb6c9ae74e7c14a6c8845939a90234960fdb679
apply_configuration: add configure_kasplist

The kasplist (dnssec-policy defined in the builtin and global
configuration options) was built inside apply_configuration. This
commit extracts this logic into its separate function.

In order to make the view configuration independent of the global
`server` object, the newly built kasplist is now passed as parameter.
(This eventually will help to be able to configure the views outside of
the exclusive mode by limiting its dependency to the global
`server`/`named_g_server`).
bin/named/server.c