[dnssd] feedback on draft-sekar-dns-ul-02

Tom Pusateri <pusateri@bangj.com> Thu, 24 January 2019 20:20 UTC

Return-Path: <pusateri@bangj.com>
X-Original-To: dnssd@ietfa.amsl.com
Delivered-To: dnssd@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 70918126DBF for <dnssd@ietfa.amsl.com>; Thu, 24 Jan 2019 12:20:35 -0800 (PST)
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, 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 fnzlRVCLb0TT for <dnssd@ietfa.amsl.com>; Thu, 24 Jan 2019 12:20:33 -0800 (PST)
Received: from oj.bangj.com (69-77-154-174.static.skybest.com [69.77.154.174]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BF1AB123FFD for <dnssd@ietf.org>; Thu, 24 Jan 2019 12:20:33 -0800 (PST)
Received: from [172.16.10.104] (mta-107-13-246-59.nc.rr.com [107.13.246.59]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by oj.bangj.com (Postfix) with ESMTPSA id 8F2EF24F68 for <dnssd@ietf.org>; Thu, 24 Jan 2019 15:20:31 -0500 (EST)
From: Tom Pusateri <pusateri@bangj.com>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\))
Message-Id: <8AB7CD9B-E9A4-42B3-AED0-2A8E8E1D3FA8@bangj.com>
Date: Thu, 24 Jan 2019 15:20:30 -0500
To: dnssd <dnssd@ietf.org>
X-Mailer: Apple Mail (2.3445.9.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/dnssd/t3PbTxKcMqqTgFCsXCMiW8pVOJU>
Subject: [dnssd] feedback on draft-sekar-dns-ul-02
X-BeenThere: dnssd@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Discussion of extensions to DNS-based service discovery for routed networks." <dnssd.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dnssd>, <mailto:dnssd-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/dnssd/>
List-Post: <mailto:dnssd@ietf.org>
List-Help: <mailto:dnssd-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dnssd>, <mailto:dnssd-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 24 Jan 2019 20:20:35 -0000

Since this is an individual contribution yet it is related to work going on here, I’m sending this to the WG. I expect this draft to get adopted by the working group in the future if this work continues.

This version of Update Leases adds a new field to the UPDATE-LEASE option that provides a KEY lease in seconds. The length of the OPT is either 4 or 8 depending on if the KEY-LEASE is present.

While I understand the need to solve a specific problem, I don’t think this format is general enough for future extensions. While the authors may not believe there is a need for future extensions, the addition of the KEY-LEASE is a counter example. Therefore, I think some method of determining which extra options are included is needed. If a future extension adds a new field but the KEY-LEASE is not included, it will be difficult to tell how to interpret the OPT value. In this case, a new OPT code will be needed. It is certainly possible to get a new OPT value in the future should a new extension arise but it seems wasteful to not just handle a slightly more general case at the time of writing.

Thanks,
Tom