+4269. [bug] Zones using "map" format master files currently
+ don't work as policy zones. This limitation has
+ now been documented; attempting to use such zones
+ in "response-policy" statements is now a
+ configuration error. [RT #38321]
+
4268. [func] "rndc status" now reports the path to the
configuration file. [RT #36470]
that can be queried normally if allowed.
It is usually best to restrict those queries with something like
<command>allow-query { localhost; };</command>.
+ Note that zones using <command>masterfile-format map</command>
+ cannot be used as policy zones.
</para>
<para>
when the server was reloaded or reconfigured. [RT #41058]
</para>
</listitem>
+ <listitem>
+ <para>
+ Zones configured to use <command>map</command> format
+ master files can't be used as policy zones because RPZ
+ summary data isn't compiled when such zones are mapped into
+ memory. This limitation may be fixed in a future release,
+ but in the meantime it has been documented, and attempting
+ to use such zones in <command>response-policy</command>
+ statements is now a configuration error. [RT #38321]
+ </para>
+ </listitem>
</itemizedlist>
</listitem>
</itemizedlist>
if (strcmp(zone->db_argv[0], "rbt") != 0 &&
strcmp(zone->db_argv[0], "rbt64") != 0)
return (ISC_R_NOTIMPLEMENTED);
+ if (zone->masterformat == dns_masterformat_map)
+ return (ISC_R_NOTIMPLEMENTED);
/*
* This must happen only once or be redundant.