From nobody@FreeBSD.org  Mon Apr  4 02:01:55 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 95FFF1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 Apr 2011 02:01:55 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 84D288FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 Apr 2011 02:01:55 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p3421tj2082275
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 4 Apr 2011 02:01:55 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p3421tOs082259;
	Mon, 4 Apr 2011 02:01:55 GMT
	(envelope-from nobody)
Message-Id: <201104040201.p3421tOs082259@red.freebsd.org>
Date: Mon, 4 Apr 2011 02:01:55 GMT
From: sm <sm@resistor.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Incorrect nameserver for in-addr.arpa in handbook
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         156166
>Category:       docs
>Synopsis:       Incorrect nameserver for in-addr.arpa in handbook
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dougb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 04 02:10:10 UTC 2011
>Closed-Date:    Mon Apr 04 05:24:17 UTC 2011
>Last-Modified:  Mon Apr 04 05:24:17 UTC 2011
>Originator:     sm
>Release:        8.2
>Organization:
>Environment:
>Description:
Chapter 29.6.6.1 of the FreeBSD handbook has the following:

/*
zone "." {
    type slave;
    file "slave/root.slave";
    masters {
        192.5.5.241;    // F.ROOT-SERVERS.NET.
    };
    notify no;
};
zone "arpa" {
    type slave;
    file "slave/arpa.slave";
    masters {
        192.5.5.241;    // F.ROOT-SERVERS.NET.
    };
    notify no;
};
zone "in-addr.arpa" {
    type slave;
    file "slave/in-addr.arpa.slave";
    masters {
        192.5.5.241;    // F.ROOT-SERVERS.NET.
    };
    notify no;
};
*/

F.ROOT-SERVERS.NET is no longer a nameserver for the in-addr.arpa zone.
>How-To-Repeat:

>Fix:
Remove "in-addr.arpa" from the list of zones that can be transferred from F.ROOT-SERVERS.NET.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: dougb 
State-Changed-When: Mon Apr 4 04:28:36 UTC 2011 
State-Changed-Why:  

This does need to be fixed. 


Responsible-Changed-From-To: freebsd-doc->dougb 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Mon Apr 4 04:28:36 UTC 2011 
Responsible-Changed-Why:  

I'm going to fix it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156166 
State-Changed-From-To: analyzed->closed 
State-Changed-By: dougb 
State-Changed-When: Mon Apr 4 05:23:48 UTC 2011 
State-Changed-Why:  

Fixed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=156166 
>Unformatted:
