]> git.ipfire.org Git - thirdparty/bind9.git/commit
Inherit dnssec-policy in check for inline-signing
authorMatthijs Mekking <matthijs@isc.org>
Mon, 11 Jul 2022 08:30:44 +0000 (10:30 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 12 Jul 2022 09:29:03 +0000 (11:29 +0200)
commit576b21b1682605a7d04e51c8a7721180f828b2d7
tree1fb2d737363f9e4f8f91c43b09701b7fe0d1a6fe
parentefa8a4e88de7715e69badd10e3ba948a50935d16
Inherit dnssec-policy in check for inline-signing

When dnssec-policy is used, and the zone is not dynamic, BIND will
assume that the zone is inline-signed. But the function responsible
for this did not inherit the dnssec-policy option from the view or
options level, and thus never enabled inline-signing, while the zone
should have been.

This is fixed by this commit.
bin/named/zoneconf.c