Re: [DNSOP] Caching of negative zone (non-authoritative) responses

Shane Kerr <shane@time-travellers.org> Tue, 09 July 2019 08:46 UTC

Return-Path: <shane@time-travellers.org>
X-Original-To: dnsop@ietfa.amsl.com
Delivered-To: dnsop@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E0F791203A5 for <dnsop@ietfa.amsl.com>; Tue, 9 Jul 2019 01:46:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eVMtQ2_KOMbY for <dnsop@ietfa.amsl.com>; Tue, 9 Jul 2019 01:46:09 -0700 (PDT)
Received: from time-travellers.org (c.time-travellers.nl.eu.org [IPv6:2a02:2770::21a:4aff:fea3:eeaa]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3BB94120099 for <dnsop@ietf.org>; Tue, 9 Jul 2019 01:46:08 -0700 (PDT)
Received: from [2001:470:78c8:2:dd64:a0db:b675:fb98] by time-travellers.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from <shane@time-travellers.org>) id 1hkllG-0001eY-9C for dnsop@ietf.org; Tue, 09 Jul 2019 08:46:06 +0000
To: dnsop@ietf.org
References: <BYAPR02MB51900835E25A720BB9BF23C8DBF60@BYAPR02MB5190.namprd02.prod.outlook.com> <2604325.6lOYsMJmL1@linux-9daj> <21eb2ea6-88be-54c5-eee0-2d1fd1b1d424@godaddy.com> <1802867.JQxJ81X1jT@linux-9daj>
From: Shane Kerr <shane@time-travellers.org>
Message-ID: <5f96ad77-67f5-aca7-c3e9-b0fd5a85ea2c@time-travellers.org>
Date: Tue, 09 Jul 2019 10:46:06 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2
MIME-Version: 1.0
In-Reply-To: <1802867.JQxJ81X1jT@linux-9daj>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/7FzeH2UuIsFg-eXucgoyd8riWU8>
Subject: Re: [DNSOP] Caching of negative zone (non-authoritative) responses
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF DNSOP WG mailing list <dnsop.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnsop>, <mailto:dnsop-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dnsop/>
List-Post: <mailto:dnsop@ietf.org>
List-Help: <mailto:dnsop-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnsop>, <mailto:dnsop-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 09 Jul 2019 08:46:11 -0000

Paul,

Minor nit, just to be pedantic.

On 08/07/2019 20.38, Paul Vixie wrote:
> REFUSED means, in my reading (and coding) that there is no zone declaration at
> the authority. SERVFAIL means the zone is declared/configured, but not loaded.
> i now realize that both have to have a holddown timer, not just SERVFAIL.

ServFail means "something bad happened". There are 10 possible reasons 
listed in the extended errors draft:

https://datatracker.ietf.org/doc/draft-ietf-dnsop-extended-error/

And there are of course many, many more. So it _could_ be zone is 
declared/configured, but not loaded, but not necessarily.

This doesn't change your perfectly correct observation that a hold-down 
timer is needed for both Refused and ServFail.

Cheers,

--
Shane