Re: [DNSOP] ANAME TTL vs GCD

Bjørn Mork <bjorn@mork.no> Tue, 30 October 2018 11:58 UTC

Return-Path: <bjorn@mork.no>
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 4B4C2128B14 for <dnsop@ietfa.amsl.com>; Tue, 30 Oct 2018 04:58:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.301
X-Spam-Level:
X-Spam-Status: No, score=-4.301 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_MED=-2.3, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=mork.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 dtejSK273yVF for <dnsop@ietfa.amsl.com>; Tue, 30 Oct 2018 04:57:59 -0700 (PDT)
Received: from canardo.mork.no (canardo.mork.no [IPv6:2001:4641::1]) (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 E1788129385 for <dnsop@ietf.org>; Tue, 30 Oct 2018 04:57:58 -0700 (PDT)
Received: from miraculix.mork.no ([IPv6:2a02:2121:283:268f:c8fa:53ff:fe7c:53d8]) (authenticated bits=0) by canardo.mork.no (8.15.2/8.15.2) with ESMTPSA id w9UBvpK8029822 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 30 Oct 2018 12:57:51 +0100
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mork.no; s=b; t=1540900672; bh=ZpONFRMfc5nZMoenGVEnLBGTJD/e4j7nzJZx9onWq3A=; h=From:To:Cc:Subject:References:Date:Message-ID:From; b=Cd9pVwi6BaMOyRrSVEvKy1KxZ/l1nh2uEzFkGDlTsgf1hirUhUYU13UkICEDVlEgi u2RdqUyt7pkB4oT4ttF2mLN3QlILHAiS5by5IkSo6Bg9gRXr+d+tB7VidiWzBe1Zrz k0/gqe4RV6edhdZhcze207d8hHSLPJDhEyAEWSOw=
Received: from bjorn by miraculix.mork.no with local (Exim 4.89) (envelope-from <bjorn@mork.no>) id 1gHSeY-0002yz-9p; Tue, 30 Oct 2018 12:57:46 +0100
From: Bjørn Mork <bjorn@mork.no>
To: Tony Finch <dot@dotat.at>
Cc: dnsop@ietf.org
Organization: m
References: <alpine.DEB.2.20.1810301108050.24450@grey.csi.cam.ac.uk>
Date: Tue, 30 Oct 2018 12:57:46 +0100
In-Reply-To: <alpine.DEB.2.20.1810301108050.24450@grey.csi.cam.ac.uk> (Tony Finch's message of "Tue, 30 Oct 2018 11:50:09 +0000")
Message-ID: <87lg6fwssl.fsf@miraculix.mork.no>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
X-Virus-Scanned: clamav-milter 0.100.2 at canardo
X-Virus-Status: Clean
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/vYNMSZZkURQvvnPGOBOXng3i5LI>
Subject: Re: [DNSOP] ANAME TTL vs GCD
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, 30 Oct 2018 11:58:03 -0000

Tony Finch <dot@dotat.at> writes:

> In the first round, the ANAME processor will choose a 30s TTL.
>
> In the second round, 30s later, it will get the target address records
> from the cache with a 15s TTL, so it'll choose a 15s TTL.
>
> The in the third round it'll be back to 30s.
>
> The TTL will flip-flop, and there will be a lot of unwanted zone updates.
>
> This is ugly :-( I'm not sure what the best solution is.

Require DNSSEC for ANAME support and use the Original TTL field from the
RRSIG records.


Bjørn