Re: [DNSOP] new ANAME draft: draft-hunt-dnsop-aname-00.txt

Florian Weimer <fweimer@redhat.com> Tue, 11 April 2017 20:36 UTC

Return-Path: <fweimer@redhat.com>
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 0B5A112951B for <dnsop@ietfa.amsl.com>; Tue, 11 Apr 2017 13:36:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.923
X-Spam-Level:
X-Spam-Status: No, score=-6.923 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=unavailable 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 bRZ8pOKQ2Bgc for <dnsop@ietfa.amsl.com>; Tue, 11 Apr 2017 13:36:06 -0700 (PDT)
Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4EA971274D2 for <dnsop@ietf.org>; Tue, 11 Apr 2017 13:27:40 -0700 (PDT)
Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id EB37D80F7B; Tue, 11 Apr 2017 20:21:14 +0000 (UTC)
DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com EB37D80F7B
Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=fweimer@redhat.com
DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com EB37D80F7B
Received: from oldenburg.str.redhat.com (ovpn-116-139.ams2.redhat.com [10.36.116.139]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 3DE765B81C; Tue, 11 Apr 2017 20:21:14 +0000 (UTC)
To: Evan Hunt <each@isc.org>
References: <20170407181139.GB66383@isc.org> <cc3bbc7a-3f48-2f7f-a3d9-3f752874fc00@redhat.com> <86FE867E-E1BE-4427-9FB2-D148B3F9C8C2@powerdns.com> <94f7e821-d3a9-8c12-b17f-01d32c383182@redhat.com> <20170411201616.GC3533@isc.org>
Cc: Peter van Dijk <peter.van.dijk@powerdns.com>, dnsop@ietf.org
From: Florian Weimer <fweimer@redhat.com>
Message-ID: <742429b6-4c96-5ee5-caf4-6785d983ffb6@redhat.com>
Date: Tue, 11 Apr 2017 22:21:13 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <20170411201616.GC3533@isc.org>
Content-Type: text/plain; charset="windows-1252"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Tue, 11 Apr 2017 20:21:15 +0000 (UTC)
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/gBDhcKxROlLOZIRoa9mHuaVE7Lk>
Subject: Re: [DNSOP] new ANAME draft: draft-hunt-dnsop-aname-00.txt
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: Tue, 11 Apr 2017 20:36:07 -0000

On 04/11/2017 10:16 PM, Evan Hunt wrote:
> On Tue, Apr 11, 2017 at 09:11:54PM +0200, Florian Weimer wrote:
>> I don't see how you can detect loops without DNS protocol changes.  The
>> query that comes back will look like a completely fresh query.
>
> We can put a limit on the number of hops that are followed in populating
> the A and AAAA records for the expanded ANAME response.  If that limit is
> exceeded, the ANAME record could be rejected by the auth; either the zone
> wouldn't load or address queries return SERVFAIL.

But what happens when the target server also performs cache filling at 
the same time?

Thanks,
Florian