MIME-Version: 1.0 In-Reply-To: X-Mailer: MIME-tools 5.505 (Entity 5.505) Content-Disposition: inline X-RT-Interface: Web References: <568E4DD6.8080106@redhat.com> <569CC9B6.20707@redhat.com> <20160118121409.596794058CB4@rock.dv.isc.org> <569CDB4A.9010503@redhat.com> Content-Type: text/plain; charset="utf-8" Message-ID: Content-Transfer-Encoding: binary X-RT-Original-Encoding: utf-8 RT-Send-CC: X-RT-Encrypt: 0 X-RT-Sign: 0 Content-Length: 613 Meant to send this as a reply On Mon Jan 18 15:56:13 2016, marka wrote: > We really can't second guess what the user wants. We could look at > issuing > a warning if rfc1918 && inherited(first) -> warning. > > e.g. > zone 1.0.10.in-addr.arpa { type forward; forwarders { … }; }; -> > warning > > zone 1.0.10.in-addr.arpa { type forward; forward first; forwarders { … > }; }; -> no warning > > "inherited 'forward first;' for rfc1918 zone '%s' - did you want > 'forward only;'? (use explicit 'forward first;' in zone declaration to > disable warning)" > > If you feel like coding this we can review it.