]> 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 15:22:39 +0000 (17:22 +0200)
commit235b89dbcdb640b35e3f576f3d8eed981c98086b
tree97a0dc1df8c5565412f79f006438827510b5bb81
parent718d7bdeb9dab3496c281f19a571d9e03385ce81
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.

(cherry picked from commit 576b21b1682605a7d04e51c8a7721180f828b2d7)
bin/named/zoneconf.c