Re: [DNSOP] Introducing draft-vavrusa-dnsop-aaaa-for-free

"John Levine" <johnl@taugh.com> Sat, 26 March 2016 20:43 UTC

Return-Path: <johnl@taugh.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 AE0E212D5E1 for <dnsop@ietfa.amsl.com>; Sat, 26 Mar 2016 13:43:23 -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 hGj7ogJmSbhy for <dnsop@ietfa.amsl.com>; Sat, 26 Mar 2016 13:43:22 -0700 (PDT)
Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E594112D5D8 for <dnsop@ietf.org>; Sat, 26 Mar 2016 13:43:21 -0700 (PDT)
Received: (qmail 82406 invoked from network); 26 Mar 2016 20:43:20 -0000
Received: from unknown (64.57.183.18) by mail1.iecc.com with QMQP; 26 Mar 2016 20:43:20 -0000
Date: Sat, 26 Mar 2016 20:42:58 -0000
Message-ID: <20160326204258.18493.qmail@ary.lan>
From: John Levine <johnl@taugh.com>
To: dnsop@ietf.org
In-Reply-To: <CAN6NTqzHOqp5QF1CO1Mt+O=U_iHTkWu2G0jQ3-inFhG-oc6khQ@mail.gmail.com>
Organization:
X-Headerized: yes
Mime-Version: 1.0
Content-type: text/plain; charset="utf-8"
Content-transfer-encoding: 8bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/dnsop/BB4ELlbJoG7Pwl_mhwhglxG0HtM>
Cc: olafur@cloudflare.com
Subject: Re: [DNSOP] Introducing draft-vavrusa-dnsop-aaaa-for-free
X-BeenThere: dnsop@ietf.org
X-Mailman-Version: 2.1.17
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: Sat, 26 Mar 2016 20:43:23 -0000

>The next step is experimentation, we wanted to see if the community thought
>this was a stupid idea before going forward.

I certainly don't think it's stupid.

>There are 3 possible outcomes when a DNS querier gets an aswer like this
>#1 It accepts everything from authority section
>#2 It tosses the non queried RRset
>#3 it Rejects the answer and tries again

#4 it ignores the answer and doesn't try again
#5 it misinterprets the AAAA records as A records (they're not CNAME, what else could they be?)
#6 it dereferences an uninitialized pointer and gets random junk sometimes, crashes other times

I don't think any of those are particularly likely, but I've never
sent answers with extra records other than CNAME, DNAME, and (when DO
is set) DNSSEC stuff.  So I think we agree that reports of what
current code really does would be helpful.

R's,
John