Re: [DNSOP] DNSOP Call for Adoption - draft-tale-dnsop-serve-stale

Vladimír Čunát <vladimir.cunat+ietf@nic.cz> Thu, 07 September 2017 18:32 UTC

Return-Path: <vladimir.cunat@nic.cz>
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 355C9132940 for <dnsop@ietfa.amsl.com>; Thu, 7 Sep 2017 11:32:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7
X-Spam-Level:
X-Spam-Status: No, score=-7 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nic.cz
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 B5EY07sf7iB5 for <dnsop@ietfa.amsl.com>; Thu, 7 Sep 2017 11:32:29 -0700 (PDT)
Received: from mail.nic.cz (mail.nic.cz [217.31.204.67]) (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 2712F13263F for <dnsop@ietf.org>; Thu, 7 Sep 2017 11:32:29 -0700 (PDT)
Received: from [192.168.1.101] (nat-34.starnet.cz [178.255.168.34]) by mail.nic.cz (Postfix) with ESMTPSA id 36CC661109; Thu, 7 Sep 2017 20:32:27 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nic.cz; s=default; t=1504809147; bh=RuXokHujge6ipxp1cyy59M5vrC5N28IaDB4r6jKS+rI=; h=To:From:Date; b=rkKyNnP/lhFN8q7/P9qfNi8C5X3IRbnSaic+tHt2ROLQw9VaS5QkNgXQpPSTgonv3 CGynI5UQC7feUDMCYBOBSueGEtvKzvqAf24d6gOGTKgJ07zYLMDwG2zMbr9zb1u17F bBkgdWod/dptawe6BYzbS0zTb57KrWYOeCYXyAJ0=
Cc: Joe Abley <jabley@hopcount.ca>
References: <CADyWQ+FHDHcmq-mr0BCHS5A8yvaOQmhTjve1_DmZN6vAc=BKyA@mail.gmail.com> <20170907154234.3z2zbju2sciiy7wr@nic.fr> <B1CDAB08-6A2A-4D76-B3FB-0B267382930A@hopcount.ca>
To: dnsop <dnsop@ietf.org>
From: Vladimír Čunát <vladimir.cunat+ietf@nic.cz>
Message-ID: <c8a2b763-4a4d-5c9d-4a65-ce7a849574d9@nic.cz>
Date: Thu, 07 Sep 2017 20:32:26 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0
MIME-Version: 1.0
In-Reply-To: <B1CDAB08-6A2A-4D76-B3FB-0B267382930A@hopcount.ca>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Content-Language: en-US
X-Virus-Scanned: clamav-milter 0.99.2 at mail
X-Virus-Status: Clean
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/TKLvhTH9cmeJznF76pl88x0iJpM>
Subject: Re: [DNSOP] DNSOP Call for Adoption - draft-tale-dnsop-serve-stale
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.22
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: Thu, 07 Sep 2017 18:32:31 -0000

On 09/07/2017 08:25 PM, Joe Abley wrote:
> I also think if a standard specification can be obtained it ought to include appropriate instrumentation to allow a response to indicate whether data is stale or not. This seems to me just one example of a set of additional components we might expect the working group to come up with, which in my mind is a good reason to make it a working group document.

Yes, an interesting idea.  It should be easy to design an EDNS option
that allows to (1) customize some parameters of this (opt-in, opt-out,
request a different client-timeout) and (2) indicate whether some RRs
are stale and perhaps how much stale they are.

--Vladimir