]> git.ipfire.org Git - thirdparty/bind9.git/commit
Mark the masterfile-format type 'map' as deprecated
authorOndřej Surý <ondrej@sury.org>
Thu, 16 Sep 2021 08:38:22 +0000 (10:38 +0200)
committerOndřej Surý <ondrej@sury.org>
Fri, 17 Sep 2021 07:10:29 +0000 (09:10 +0200)
commitf7adef51622cc31473941b3eda58efa83e6bd057
tree58bbb1e3916583f62e5041bf03c2c31d47a39db1
parent617411ed42de63b35a4a5620ebf182ca640de8cb
Mark the masterfile-format type 'map' as deprecated

The map masterfile-format is very fragile and it needs API bump every
time a RBTDB data structures changes.  Also while testing it, we found
out that files larger than 2GB weren't loading and nobody noticed, and
loading many map files were also failing (subject to kernel limits).

Thus we are marking the masterfile-format type 'map' as deprecated and
to be removed in the next stable BIND 9 release.

(cherry picked from commit 6b7a488cbcedf0fcb3f9de3e8e63795afd599781)
bin/named/zoneconf.c
lib/bind9/check.c