Re: [DNSOP] WGLC for draft-ietf-dnsop-let-localhost-be-localhost-02

"A. Schulze" <sca@andreasschulze.de> Fri, 26 January 2018 06:14 UTC

Return-Path: <sca@andreasschulze.de>
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 70E5A12D94C for <dnsop@ietfa.amsl.com>; Thu, 25 Jan 2018 22:14:25 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.001
X-Spam-Level:
X-Spam-Status: No, score=-2.001 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=andreasschulze.de
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 TKkV7GnCq8j6 for <dnsop@ietfa.amsl.com>; Thu, 25 Jan 2018 22:14:22 -0800 (PST)
Received: from mail.somaf.de (mail.somaf.de [IPv6:2001:470:77b3:100::7]) (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 A9A6312D831 for <dnsop@ietf.org>; Thu, 25 Jan 2018 22:14:22 -0800 (PST)
Date: Fri, 26 Jan 2018 07:14:17 +0100
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=andreasschulze.de; s=ybz; t=1516947259; x=1521947259; bh=IrJChiGj42GeOfwqgBkwbBpDibu6HffdVCUZVrMRJN8=; h=Date:Message-ID:From:To:Subject:References:In-Reply-To: Content-Type:from:reply-to:subject:date:to:cc:content-type: message-id; b=tHpJMtb90eGn2aR0P2q898aL0cyBUHBlQxlfX7NJ9wIu1qpLxTwqlql/UWzH+HlZj oHdfAKlFOIbEYLhOMIvj+lIC/oZVt68BKcz6aCLCBqKj3j1OMfoxoUYgp+fDiBaVsP yMsEigPrUGvufz0RU2mFiDUPT9UWNSxu3bwK564/QFKja6wNqabCju72L5lQEzhgla R/vfnSBb/izjjDbuFiT632Y5xeKtZZHS/HyTGQ03lVG7X1iKbd+ANsLw1P+sDy6JCI qpkfo0MCgnv9CS6HiNzgxKtR4NMak2DQqmkSfGv97IwkAMaOIu/JtQxZZY1eeWy/OF PlfW8YVX2BB1A==
Message-ID: <20180126071417.Horde.ylmjduVSPMIorRaJiKv9I12@andreasschulze.de>
From: "A. Schulze" <sca@andreasschulze.de>
To: dnsop@ietf.org
References: <CANV=THh6bOxd_UW=TuLonWzz0KyGapkGWpMiNuu54W=45gFAvg@mail.gmail.com> <20180124205620.GZ3322@mournblade.imrryr.org> <5A68FCED.3020302@redbarn.org>
In-Reply-To: <5A68FCED.3020302@redbarn.org>
Content-Type: text/plain; charset="utf-8"; format="flowed"; DelSp="Yes"
MIME-Version: 1.0
Content-Disposition: inline
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnsop/r2yhs_ygiVm-d_KzNmkHvsxgF3c>
Subject: Re: [DNSOP] WGLC for draft-ietf-dnsop-let-localhost-be-localhost-02
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: Fri, 26 Jan 2018 06:14:25 -0000

Paul Vixie:

> no resolver should be sending single-label names in DNS requests, period.
... if RD-bit is set. single-label queries to root-servers are the  
valid exception?

today I checked our data for queries to localhost. As expected they do  
happen but very rare.
So I wouldn't expect collateral damage if our resolver answer NXDOMAIN  
some day.

Every stub resolver should be smart enough to avoid unneeded network  
traffic + latency.

I support the draft.

Andreas