Re: [netmod] 答复: FW: a question about ietf-hardware yang module

Martin Bjorklund <mbj@tail-f.com> Thu, 27 June 2019 14:59 UTC

Return-Path: <mbj@tail-f.com>
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 7C672120116 for <netmod@ietfa.amsl.com>; Thu, 27 Jun 2019 07:59:13 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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 DAXJwWIthUEm for <netmod@ietfa.amsl.com>; Thu, 27 Jun 2019 07:59:11 -0700 (PDT)
Received: from mail.tail-f.com (mail.tail-f.com [46.21.102.45]) by ietfa.amsl.com (Postfix) with ESMTP id 8CCCA12010C for <netmod@ietf.org>; Thu, 27 Jun 2019 07:59:11 -0700 (PDT)
Received: from localhost (h-4-215.A165.priv.bahnhof.se [158.174.4.215]) by mail.tail-f.com (Postfix) with ESMTPSA id 6CE981AE02F0; Thu, 27 Jun 2019 16:59:08 +0200 (CEST)
Date: Thu, 27 Jun 2019 16:59:08 +0200
Message-Id: <20190627.165908.69005367729631551.mbj@tail-f.com>
To: j.schoenwaelder@jacobs-university.de
Cc: frank.fengchong@huawei.com, andy@yumaworks.com, netmod@ietf.org
From: Martin Bjorklund <mbj@tail-f.com>
In-Reply-To: <20190627054059.a5uqmzlxp4f5nwwp@anna.jacobs.jacobs-university.de>
References: <20190625.095609.527966383793151431.mbj@tail-f.com> <5756FB984666AD4BB8E1D63E2E3AA3D001ED52AD@dggemm513-mbx.china.huawei.com> <20190627054059.a5uqmzlxp4f5nwwp@anna.jacobs.jacobs-university.de>
X-Mailer: Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO)
Mime-Version: 1.0
Content-Type: Text/Plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/wnHcYPsyrhoAXJBKJW7TaFdF8G8>
Subject: Re: [netmod] 答复: FW: a question about ietf-hardware yang 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, 27 Jun 2019 14:59:14 -0000

Juergen Schoenwaelder <j.schoenwaelder@jacobs-university.de> wrote:
> On Thu, Jun 27, 2019 at 02:13:03AM +0000, Fengchong (frank) wrote:
> > > 
> > > I think the ambiguity is 'list changed' - does this mean that list 
> > > entries are added/removed or does it include also the case where a 
> > > property of a list entry has changed.
> > 
> > Ok.  Yes it is supposed to mean entry added/removed/modified.
> > 
> > But I can see another unclear thing - suppose I augment in an addtional leaf from my own model into this list.  Should last-change be updated if this new leaf is changed?
> > 
> 
> A reasonable interpretation in my view is that hardware/last-change is
> updated whenever
> 
> (1) a hardware component has been added
> (2) a hardware component has been removed
> (3) a hardware component has been replaced by a different hardware component
> 
> Here is an attempt for a new description:
> 
>          "The last time a new hardware component has been to the
                                                           ^^^^^
added


>           '/hardware/component' list, or a hardware component has
>  	  been removed from the '/hardware/component' list, or a
>           hardware component in the '/hardware/component' list has
>           been replaced by a different hardware component."
> 
> The point is to define this based on the events that cause the set of
> components to change instead of discussing leaf value changes.

Sounds reasonable.  But what exactly does "replaced by a different
component" mean?  Presumably it has the same name, but something else
is different.


/martin