From reed@reedmedia.net Wed May 20 14:50:37 2015 MIME-Version: 1.0 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS autolearn=ham autolearn_force=no version=3.4.0 content-type: TEXT/PLAIN; charset="utf-8" Message-ID: X-X-Sender: reed@t1.m.reedmedia.net Received: from mx.pao1.isc.org (mx.pao1.isc.org [149.20.64.53]) by bugs.isc.org (Postfix) with ESMTP id 732FC71B68D for ; Wed, 20 May 2015 14:50:37 +0000 (UTC) Received: from c-0500.emailmediator.com (c-0500.emailmediator.com [64.85.162.118]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx.pao1.isc.org (Postfix) with ESMTPS id E4E2A349606 for ; Wed, 20 May 2015 14:50:35 +0000 (UTC) Received: from pool-108-19-50-38.dllstx.fios.verizon.net ([108.19.50.38] helo=reedmedia.net) by c-0500.emailmediator.com with esmtpa (Exim 4.69) (envelope-from ) id 1Yv5KN-00074M-Ga for bind9-bugs@isc.org; Wed, 20 May 2015 10:50:35 -0400 Received: from reed@reedmedia.net by reedmedia.net with local (mailout 0.17) id 8468-1432133435; Wed, 20 May 2015 09:50:36 -0500 Delivered-To: bind9-bugs@bugs.isc.org Subject: document zone "file" in the ARM User-Agent: Alpine 2.11 (NEB 23 2013-08-11) Return-Path: X-Original-To: bind9-bugs@bugs.isc.org Date: Wed, 20 May 2015 09:50:35 -0500 (CDT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mx.pao1.isc.org To: bind9-bugs@isc.org From: "Jeremy C. Reed" X-RT-Original-Encoding: ascii X-RT-Interface: Email Content-Length: 454 The ARM doesn't document the "file" keyword used in zone statements. It is mentioned in a few different places, but no central place. It should mention what zone types require it (like hint and redirect) and which ones optionally may use it (master, slave and stub) and the zone types that never use it (in-view, forward, static-stub, delegation-only). (If those are wrong, then maybe the grammar for the zone statement is wrong in the ARM too.)