2012-06-20 14:13:12 -05:00
|
|
|
# This value should be increased whenever changing the structure of
|
2013-01-24 14:20:48 -08:00
|
|
|
# any object that will appear in a type 'map' master file (which
|
2012-06-20 14:13:12 -05:00
|
|
|
# contains a working memory image of an RBT database), as loading
|
|
|
|
# an incorrect memory image produces an inconsistent and probably
|
|
|
|
# nonfunctional database. These structures include but are not
|
|
|
|
# necessarily limited to dns_masterrawheader, rbtdb_file_header,
|
|
|
|
# rbt_file_header, dns_rbtdb, dns_rbt, dns_rbtnode, rdatasetheader.
|
|
|
|
#
|
|
|
|
# Err on the side of caution: if anything in the RBTDB is changed,
|
2013-01-24 14:20:48 -08:00
|
|
|
# bump the value. Making map files unreadable protects the system
|
2012-06-20 14:13:12 -05:00
|
|
|
# from instability; it's a feature not a bug.
|
|
|
|
#
|
|
|
|
# Whenever releasing a new major release of BIND9, set this value
|
2017-09-08 13:39:09 -07:00
|
|
|
# back to 1.0 when releasing the first alpha. Map files are *never*
|
2012-06-20 14:13:12 -05:00
|
|
|
# compatible across major releases.
|
2017-10-20 09:39:55 -07:00
|
|
|
MAPAPI=1.1
|