Re: [netmod] Structuring a DHCP module

Ladislav Lhotka <ladislav.lhotka@nic.cz> Thu, 21 January 2021 12:58 UTC

Return-Path: <ladislav.lhotka@nic.cz>
X-Original-To: netmod@ietfa.amsl.com
Delivered-To: netmod@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D98183A0A29 for <netmod@ietfa.amsl.com>; Thu, 21 Jan 2021 04:58:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.361
X-Spam-Level:
X-Spam-Status: No, score=-2.361 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.262, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nic.cz
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 mhLLWrwGI0T2 for <netmod@ietfa.amsl.com>; Thu, 21 Jan 2021 04:58:51 -0800 (PST)
Received: from mail.nic.cz (mail.nic.cz [217.31.204.67]) (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 40B053A0A21 for <netmod@ietf.org>; Thu, 21 Jan 2021 04:58:50 -0800 (PST)
Received: from [IPv6:2001:1488:fffe:6:a88f:7eff:fed2:45f8] (unknown [IPv6:2001:1488:fffe:6:a88f:7eff:fed2:45f8]) by mail.nic.cz (Postfix) with ESMTPSA id E388F1420EF; Thu, 21 Jan 2021 13:58:46 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nic.cz; s=default; t=1611233927; bh=y5HQKvADzjw9mlbodhrmCLys0109Tp9M5PUEIwJYrfE=; h=To:From:Date; b=XoqZoaL7pNoCJIkqbc+FU+Zh84Jp5CosAMVHovZwEzrrYVzZsiQ7U2UVmkeuHJvGA mj+XG2s6ebYtPfZastXrDeSATZPodbNP774rItcrC7zknG8i+ewyZPB3sTaXG1gbA/ iKupLIrK6TCceY/n0rMUPz5m86iXU4p1sZyasq0w=
To: Martin Björklund <mbj+ietf@4668.se>, ietfc@btconnect.com
Cc: andy@yumaworks.com, netmod@ietf.org, j.schoenwaelder@jacobs-university.de, ianfarrer@gmx.com
References: <AM7PR07MB6248BC693F7056249D29CF16A0A20@AM7PR07MB6248.eurprd07.prod.outlook.com> <CABCOCHTexq8SBCE5=9fGuqYQ5fQWVvu+R1jN9V-Mg+pPUq0RZA@mail.gmail.com> <AM7PR07MB624877D5F864EF3F3D9171E1A0A10@AM7PR07MB6248.eurprd07.prod.outlook.com> <20210121.134211.1244086498697136841.id@4668.se>
From: Ladislav Lhotka <ladislav.lhotka@nic.cz>
Organization: CZ.NIC
Message-ID: <77892263-e7f9-bef3-b9ab-cff36f382891@nic.cz>
Date: Thu, 21 Jan 2021 13:58:46 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1
MIME-Version: 1.0
In-Reply-To: <20210121.134211.1244086498697136841.id@4668.se>
Content-Type: text/plain; charset="utf-8"
Content-Language: en-US
Content-Transfer-Encoding: 8bit
X-Virus-Scanned: clamav-milter 0.102.2 at mail
X-Virus-Status: Clean
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/NH7WxthyyzjljgtzYYSy5MTpk14>
Subject: Re: [netmod] Structuring a DHCP module
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NETMOD WG list <netmod.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netmod>, <mailto:netmod-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netmod/>
List-Post: <mailto:netmod@ietf.org>
List-Help: <mailto:netmod-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netmod>, <mailto:netmod-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 21 Jan 2021 12:58:54 -0000

Hi,

in my YD review 4.5 years ago I actually recommended to use separate
modules:

https://mailarchive.ietf.org/arch/msg/yang-doctors/GXHkGqZeIidMzpziZmK_ICrKPs4/

I think it is a matter of how much the different part overlap. For an
implementer, it seems to be easier to pick just the relevant parts,
provided they are easy to locate and identify.

Lada

On 21. 01. 21 13:42, Martin Björklund wrote:
> Hi,
> 
> I think it is a matter of taste and perhaps future extensibility if
> this model is done as one or more YANG modules.  It can certainly be
> done in one module, with features for client, server and relay, but it
> is also ok to have 3 modules for the different functions.  And once
> you have these 3 modules, it is natural to have a "common" module,
> leading to 4 modules.  In order to keep the number of modules down,
> perhaps the various -options modules could be merged into the other
> 3, probably with a feature each.
> 
> One comment is that it might be wise to avoid having a rfc number in
> the identifier.  What happens if/when that RFC is revised for any
> reason?
> 
> 
> /martin
> 
> 
> tom petch <ietfc@btconnect.com> wrote:
>>
>> Inline <tp>
>>
>> From: Andy Bierman <andy@yumaworks.com>
>> Sent: 20 January 2021 18:32
>>
>> On Wed, Jan 20, 2021 at 8:41 AM tom petch <ietfc@btconnect.com<mailto:ietfc@btconnect.com>> wrote:
>> Juergen, Lada, Martin, Andy
>>
>> I wonder if one of you, or perhaps another on this list, would be willing to give advice on the
>> structuring of  the YANG module for DHCP.  It has been revised and restructured several times and, to me, is not progressing.
>>
>> It models three roles - client, server, relay - and a dozen optional function which can appear in one or more roles.  A node will likely have only one role but may have many options.
>>
>> There are, at present, seven modules
>> server which defines a server identity  based on common identity inter alia
>> relay which defines relay identity ditto
>> client which defines client identity ditto
>> server options which has groupings for each option for a server
>> client options which has groupings for each option for a relay
>> relay options which has groupings for each option for a client
>> common which defines the common identity inter alia
>> Since options are common across roles, some groupings are replicated in the three options modules.  Three separate option modules were created to avoid problems with imports as Ian explains below.  The I-D is draft-ietf-dhc-dhcpv6-yang
>>
>> My take is that one module is best, using 'when' or if-feature to select, which is what I see with OSPF, PCE, TCP, IGMP and almost everything else but am struggling to convince others, especially  the author Ian.  [IF] in the e-mail extract below
>>
>> I suggested asking a YANG Doctor, NOT to look at the module but rather to advise on a structure given the requirements to which Ian said that he had not had much joy with YANG Doctors.  I append our most recent exchange in which he responds to my query as to why there are seven modules; formatting is a bit of a mess I am afraid.  The posts are to the DHCWG mail list.
>>
>> Any advice appreciated even if it is that Ian is on just the right track!
>>
>>
>> Either approach is valid so multi-module vs. single module w/ features is more
>> of an overall system maintenance issue.  7 modules seems like a lot for DHCP but
>> I have no objective criteria to back that up.
>>
>> There is some confusion about the import-stmt, which leads to many YANG modules.
>> In compiler terms, importing a module merely makes the symbols available for parsing in the current module.
>> The import-stmt implies no conformance requirements whatsoever.
>> Only statements that use the imported module can do that.
>> (So a server module importing a module that has client groupings is not actually a problem.)
>>
>> <tp>
>>
>> Andy, Juergen,
>>
>> Thank you for the replies.  What Ian said about the import is
>>
>>> [IF] The separation of the option modules came at a later stage based on import dependencies of a single options module. When the options module imports the client/server/relay modules so it can augment the relevant module based on identity, an implementation also needs to import these modules and will declare them in it’s capabilities as available even though it doesn’t implement them. Dividing the options modules avoids the need for deviations.
>>
>> <tp> that is, the prefix for dhcpv6-server is defined in the server module,
>>    module ietf-dhcpv6-server {
>> ...
>>      prefix "dhcpv6-server";
>> ...
>>      identity server {
>>        base "dhcpv6-common:dhcpv6-node";
>>        description "DHCPv6 server identity.";      }
>>      leaf dhcpv6-node-type {
>>        type identityref {
>>          base "dhcpv6-common:dhcpv6-node";        }
>>        description "Type for a DHCPv6 server.";     }
>>
>> and the prefix for dhcpv6-relay in the relay module etc so having a single module for options which needs to augment options to the server module needs to import the server module so that the dhcpv6-server prefix is defined, ditto relay and client so the single module for options then imports server and relay and client modules.
>>
>> With three options modules, each only imports one of server, relay, client but the groupings are then replicated across the three options modules.
>>
>> Logical if you agree with the initial premise (which I do not!). 
>>
>> The seven YANG modules are all in the one I-D of 56pp with the tree diagrams 12pp.
>>
>> Tom Petch
>> (on European time:-(
>>
>> YANG Conformance for a single module is better defined than for multiple related modules.
>> The YANG Packages work could fix that someday.
>>
>> Tom Petch
>>
>>
>> Andy
>>
>>
>> On 19/01/2021 11:25, tom petch wrote:
>>> ________________________________________
>>> From: dhcwg <dhcwg-bounces@ietf.org<mailto:dhcwg-bounces@ietf.org>> on behalf of ianfarrer@gmx.com<mailto:ianfarrer@gmx.com> <ianfarrer@gmx.com<mailto:ianfarrer@gmx.com>>
>>> Sent: 19 January 2021 07:37
>>>
>>> Thanks for your comments. Please see inline below.
>>>
>>> Ian
>>>
>>> On 14. Jan 2021, at 13:40, t petch <ietfa@btconnect.com<mailto:ietfa@btconnect.com><mailto:ietfa@btconnect.com<mailto:ietfa@btconnect.com>>> wrote:
>>>
>>> Ian
>>>
>>> I do not understand this I-D; I have tracked it for a number of years and my understanding of it is diminishing.
>>>
>>> Currently, it is seven YANG modules: why?
>>>
>>> [if - The separation into client/server/relay, and DHCP options has been in the draft since -05 and the changes were presented and discussed at IETF101 - I’ve described the reasoning for this split in the next answer. Beyond that, the common module was added to avoid (well reduce as you point out below) duplication.
>>>
>>> The separation of the option modules came at a later stage based on import dependencies of a single options module. When the options module imports the client/server/relay modules so it can augment the relevant module based on identity, an implementation also needs to import these modules and will declare them in it’s capabilities as available even though it doesn’t implement them. Dividing the options modules avoids the need for deviations.
>>>
>>> Even though there are 7 modules defined here, the likely hood is that an element implementation would require 3 modules to be implemented (e.g. client, common and client options).]
>>>
>>> [tp] Other WG have models with multiple roles and many options and have a single YANG module, using the features of YANG to tailor the module to different configurations.
>>>
>>> [if - It’s not really tailoring the module to different configurations, they are for the most part separate functional elements in the network with any device only implementing one of the client, relay or server functions.
>>>
>>> However, even in the case that a device is both a server and a client (e.g. a home gateway with a client on the WAN and a server on the LAN), the likelihood is that these will be done using different software implementations, so having separate modules for server and client offers implementation flexibility.
>>>
>>> In the case of a monolithic module with the relevant client/relay/server functionality enabled by features, the module would do nothing unless one or more of the features was enabled, and Is unlikely that you’d ever enable more than one. Is this approach used by other WGs? Could you point me to some some examples as I've only seen features been used as relatively small optional extensions used when the bulk of the nodes are common?]
>>
>> [tp]
>> Ian
>>
>> Almost all the YANG models I know of are single module.  For example,
>> draft-ietf-ospf-yang supports two versions modelled as identity and 28
>> options modelled as features.
>>
>> draft-ietf-tcpm-yang supports client and server as containers with
>> if-feature and has other features as well
>>
>> draft-ietf-pim-igmp-mld-yang supports five versions of two protocol
>> using identity
>>
>> draft-pce-pcep-yang offers the roles of pcc or pce or both using typedef.
>>
>> And so on and so on.  if-feature, when and suchlike provide the
>> necessary customisation.
>>
>> I think that your problems with options are because the identity are
>> defined in the wrong place.  The base, the common module (or part of the
>> one and only module) should define what is common, what everyone needs;
>> if there are three roles and a dozen options, than that is where they
>> need to be defined.
>>
>> Then there can be an object which is configured with the roles of a
>> particular box, client or server or relay, or if required, a combination
>> of the there - simpler if that is out of scope as you suggest.
>>
>> My starting point would be a dhc container with a leaf for a role and then
>> containers for client, relay, server, added by augment and controlled by
>> when pointing at the role.
>>
>> I will post something to the netmod WG list - there are lots of people
>> there with greater exposure than mine who can give better guidance than I.
>>
>> Tom Petch
>>
>>> Here you have modelled the options as YANG grouping. The intent of a grouping is to provide a block of statements that can be reused so avoiding duplication with the attendant problems.  Here you have the same grouping in triplicate in three different YANG modules which seems to me to be the antithesis of a grouping.
>>>
>>> [If - We could move the option definitions for "status-code-option-group” (client, server, relay) and “rapid-commit-option-group, vendor-specific-information-option-group; reconfigure-accept-option-group” (client, server) into the common module to resolve the duplication. I didn’t do this previously as the intention was to keep options definitions in the options modules for consistency, but it  would be simple to change. ]
>>>
>>> [tp] Likewise I find the specification of server v client v relay unusual.
>>>
>>> [If - A similar approach for separated client/server modules is also used in RFC8676, where the client and server have discrete function, as with DHCP.]
>>>
>>> [tp]I wonder if it is worth consulting a YANG doctor, NOT to show them the YANG and invite comments, rather outline in an abstract way what it is you want to model and see what they suggest; that might well be a single YANG module.
>>>
>>> [if - Yes, I’d be happy to. Is there someone that you have in mind (I’ve not had much luck with getting YANG doctor input outside of the formal review process in the past)?. I’m not opposed to changing the way that the modules are structured on principal, I do however, think that the separation by functional element is logical and simpler for implementers, and I would like to know what the benefits of a single module (or other structure) might be.]
>>>
>>> [tp]I do have quite a number of detailed comments but do not think them worth making until the I-D seems to me more stable.
>>>
>>> [if - It’d be great if you could supply them as well so I can start going though them and fixing what’s currently fixable in parallel to the discussion above.]
>>>
>>> Tom Petch
>>>
>>> On 07/01/2021 16:10, ianfarrer@gmx.com<mailto:ianfarrer@gmx.com><mailto:ianfarrer@gmx.com<mailto:ianfarrer@gmx.com>> wrote:
>>> Hi Tom,
>>>

-- 
Ladislav Lhotka
Head, CZ.NIC Labs
PGP Key ID: 0xB8F92B08A9F76C67