]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: nil: Add inline-signing warning for upgrading to 9.20
authorMatthijs Mekking <matthijs@isc.org>
Wed, 23 Oct 2024 13:19:30 +0000 (13:19 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 23 Oct 2024 13:19:30 +0000 (13:19 +0000)
For dynamic zones that do not set inline-signing explicitly, add a warning that the default value for inline-signing has changed. Dynamic zones that want to be able to reuse the zone (and not trigger a full resign) should
explicitly configure "inline-signing no;".

Merge branch 'matthijs-warn-if-inline-signing-not-set-for-dynamic-zone-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9646


Trivial merge