Re: [core] New Version Notification for draft-lenders-dns-over-coap-04.txt

Carsten Bormann <cabo@tzi.org> Wed, 13 July 2022 09:23 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: core@ietfa.amsl.com
Delivered-To: core@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3BF51C16ECD4 for <core@ietfa.amsl.com>; Wed, 13 Jul 2022 02:23:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.91
X-Spam-Level:
X-Spam-Status: No, score=-6.91 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qherb5nqGSNl for <core@ietfa.amsl.com>; Wed, 13 Jul 2022 02:23:21 -0700 (PDT)
Received: from gabriel-smtp.zfn.uni-bremen.de (gabriel-smtp.zfn.uni-bremen.de [134.102.50.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 55233C16ECCC for <core@ietf.org>; Wed, 13 Jul 2022 02:23:18 -0700 (PDT)
Received: from [192.168.217.118] (p5089ad4f.dip0.t-ipconnect.de [80.137.173.79]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4LjXGr1twGzDCdQ; Wed, 13 Jul 2022 11:23:16 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <c5082fd1-2bdd-b7f1-3d32-8ebcb4ed18c6@fu-berlin.de>
Date: Wed, 13 Jul 2022 11:23:15 +0200
Cc: "core@ietf.org" <core@ietf.org>
X-Mao-Original-Outgoing-Id: 679396995.710965-04ae04705c1ce9b0f765d82f75090dad
Content-Transfer-Encoding: quoted-printable
Message-Id: <00865782-D62E-4322-970A-D14655FA6F5D@tzi.org>
References: <165753457568.6387.11166894553467619651@ietfa.amsl.com> <c5082fd1-2bdd-b7f1-3d32-8ebcb4ed18c6@fu-berlin.de>
To: Martine Sophie Lenders <m.lenders@fu-berlin.de>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/core/219rmCmF-YYzpJuD9t2hmr0rfYY>
Subject: Re: [core] New Version Notification for draft-lenders-dns-over-coap-04.txt
X-BeenThere: core@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: "Constrained RESTful Environments \(CoRE\) Working Group list" <core.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/core>, <mailto:core-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/core/>
List-Post: <mailto:core@ietf.org>
List-Help: <mailto:core-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/core>, <mailto:core-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 13 Jul 2022 09:23:24 -0000

Hi Martine,

On 2022-07-11, at 12:47, Martine Sophie Lenders <m.lenders@fu-berlin.de> wrote:
> 
> We have published a new version of our DNS over CoAP draft. The most important changes are:
> 
> - We addressed a lot of TBDs and most are now either done or became moot.
> - We removed all obvious CoAP behavior restatements.
> 
> A detailed listing of all changes can be found in Appendix A.1 of the draft [1].

thank you!

I wonder if we can get a bit more specific about the new Section 5.2, which I copy here:

5.2.  Observing the DNS Resource

   There are use cases where updating a DNS record might be necessary on
   the fly.  Examples of this include e.g.  [RFC8490], Section 4.1.2,
   but just saving messages by omitting the query for a subscribed name
   might also be valid.  As such, the DNS resource MAY be observable as
   specified in [RFC7641].

What would be great at this point is a couple of examples that show how to use CoAP observe in one of the settings where it is a natural fit, whether that is for a situation where port53 DNS would use RFC 8490 “long-poll” or RFC 8765 “DNS push”.

Discussing these examples here on the mailing list would be a good preparation to the DNS over CoAP slot at IETF 114.

Grüße, Carsten