]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: No effective config as text if allow-new-zones is yes
authorColin Vidal <colin@isc.org>
Tue, 18 Nov 2025 08:16:57 +0000 (09:16 +0100)
committerColin Vidal <colin@isc.org>
Tue, 18 Nov 2025 08:16:57 +0000 (09:16 +0100)
Do not save the text version of the effective configuration when
`allow-new-zones` is enabled, as in that case the object tree can
be printed on demand, reducing unnecessary memory consumption.

Merge branch 'colin/no-effective-config-as-text-allownewzones' into 'main'

See merge request isc-projects/bind9!11242


Trivial merge