Re: [DNSOP] Creating a query/record for A and AAAA

Paul Vixie <paul@redbarn.org> Fri, 29 June 2018 16:38 UTC

Return-Path: <paul@redbarn.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 048D4130DC8 for <dnsop@ietfa.amsl.com>; Fri, 29 Jun 2018 09:38:35 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-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 Frl2KnjQHBen for <dnsop@ietfa.amsl.com>; Fri, 29 Jun 2018 09:38:33 -0700 (PDT)
Received: from family.redbarn.org (family.redbarn.org [24.104.150.213]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BA41D130DC1 for <dnsop@ietf.org>; Fri, 29 Jun 2018 09:38:33 -0700 (PDT)
Received: from [IPv6:2001:559:8000:c9:787a:7d11:84b8:2bd] (unknown [IPv6:2001:559:8000:c9:787a:7d11:84b8:2bd]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by family.redbarn.org (Postfix) with ESMTPSA id 9C05A892BA; Fri, 29 Jun 2018 16:38:33 +0000 (UTC)
Message-ID: <5B366088.6040201@redbarn.org>
Date: Fri, 29 Jun 2018 09:38:32 -0700
From: Paul Vixie <paul@redbarn.org>
User-Agent: Postbox 5.0.25 (Windows/20180328)
MIME-Version: 1.0
To: Michael Sheldon <msheldon@godaddy.com>
CC: dnsop@ietf.org
References: <b73f3dc7-b378-d5d8-c7a2-42bc4326fbae@nic.cz> <alpine.DEB.2.11.1806191428250.916@grey.csi.cam.ac.uk> <691FC45D-E5B6-4131-95BF-878520351F3A@gmail.com> <bf0ba568-1a18-f8cf-c1a0-3f547d642a78@bellis.me.uk> <0438207E-A4C2-434D-9507-9D9F54765CFB@puck.nether.net> <alpine.DEB.2.11.1806191649350.916@grey.csi.cam.ac.uk> <9a0d1bae-dc58-99b5-40d1-caa7737dbfb1@bellis.me.uk> <1B7B2BB4-F0AE-4188-B89B-DF032BE7A237@automagic.org> <CAHw9_iKWhRjK6yzSSWVsCBqjdVfTnzVkUh8PMYC5nwQUb_=yvw@mail.gmail.com> <20180622191334.GA15349@jurassic> <CAHw9_iLN0w=k0hZLsOCJXnA58afACuzxgXdYPPEn_HShm6Q4aw@mail.gmail.com> <43D87A94-E356-4B82-BB0B-C40701E981FB@dotat.at> <E2BC75AC-3E1D-43E0-AE1E-89D78E11CEB1@isc.org> <38513A04-FBB7-4579-90AE-2B5359D94907@godaddy.com>
In-Reply-To: <38513A04-FBB7-4579-90AE-2B5359D94907@godaddy.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/9NsoMNxPSD01pt8EM8AdthhQKNQ>
Subject: Re: [DNSOP] Creating a query/record for A and AAAA
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.26
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: Fri, 29 Jun 2018 16:38:35 -0000


Michael Sheldon wrote:
> Breaking this out of the ANAME discussion, since it has wider use.
>
> I've been thinking on this one. If I was to create a record, I'd set
> aside a byte or two at the beginning to denote family, but I'm just
> paranoid and OCD that way.

that seems like the long way around.

for QTYPE=A, add AAAA as a desired additional data type.

for QTYPE=AAAA, add A as a desired additional data type.

advantages:

no fork-lifts. incremental. opportunistic. no protocol changes. start today.

any server which does it will give better time-to-first-ad benchmarks, 
and will therefore outcompete any server who doesn't do it in all bakeoffs.

-- 
P Vixie