Re: [netmod] Changing an identity base

Jernej Tuljak <jernej.tuljak@mg-soft.si> Mon, 30 January 2023 07:51 UTC

Return-Path: <jernej.tuljak@mg-soft.si>
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 5F534C1516E0 for <netmod@ietfa.amsl.com>; Sun, 29 Jan 2023 23:51:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.097
X-Spam-Level:
X-Spam-Status: No, score=-2.097 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, HTML_MESSAGE=0.001, NICE_REPLY_A=-0.001, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_DBL_BLOCKED_OPENDNS=0.001, URIBL_ZEN_BLOCKED_OPENDNS=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=mg-soft.si
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 eV4Z3XFZL8RP for <netmod@ietfa.amsl.com>; Sun, 29 Jan 2023 23:51:14 -0800 (PST)
Received: from galileo.mg-soft.si (gate.mg-soft.si [212.30.73.66]) by ietfa.amsl.com (Postfix) with ESMTP id B4BCEC151536 for <netmod@ietf.org>; Sun, 29 Jan 2023 23:51:12 -0800 (PST)
Received: from [10.0.0.222] (tp-x61t.mg-soft.si [10.0.0.222]) by galileo.mg-soft.si (Postfix) with ESMTP id 28CC5C41D787; Mon, 30 Jan 2023 08:51:10 +0100 (CET)
DKIM-Filter: OpenDKIM Filter v2.11.0 galileo.mg-soft.si 28CC5C41D787
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mg-soft.si; s=default; t=1675065070; bh=pHGd1vPljMvM4Jtg2w16TInSV3BB4xXuZJSpLmBiYpM=; h=Date:Subject:To:References:From:In-Reply-To:From; b=i5kxd1bH/1a7Gjdddr4RLVozyMXe0YSd73RMG57zArsbMz3I+VrgGFCQuqk/tAuhG MfEaUXU6bhaV1YXYkYVN4sM4lpzHefEd03pksB/LF9l6PZQbBkSOYeYpj+PbhM66va 8vJc8+KMvAVWKCac0rrp14rwfqVRD7oG9dR/IS0ouHS538d8xdfsO6pyQ9RMnhqcvt GfZ0fnR68DJFn7Ov8/MtSvyFVSTBtB2YAJMzWPYOgZHcuh4eqI17fC6n/jYyoLW/ZD jbBKJWdM+OZCUt69NGYWJ9KeijqU801z2+xl3VKj+ksrBw9pmpgBXYEUnNeJHDzD8o gbmEZTm16NW8w==
Content-Type: multipart/alternative; boundary="------------COJCs48EDK5L0GLl05sMpKUw"
Message-ID: <368f8c81-a67b-4ca0-0a61-963acd54b043@mg-soft.si>
Date: Mon, 30 Jan 2023 08:51:09 +0100
MIME-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1
To: Italo Busi <Italo.Busi=40huawei.com@dmarc.ietf.org>, "netmod@ietf.org" <netmod@ietf.org>
References: <bb5a08c8399f4b358b56b66f7959b37c@huawei.com>
Content-Language: en-US
From: Jernej Tuljak <jernej.tuljak@mg-soft.si>
In-Reply-To: <bb5a08c8399f4b358b56b66f7959b37c@huawei.com>
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/_R-3NnMTloQE6UmECYXIG6Qu5CU>
Subject: Re: [netmod] Changing an identity base
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.39
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: Mon, 30 Jan 2023 07:51:18 -0000

On 27/01/2023 17:54, Italo Busi wrote:
> According to section 11 of RFC7950, the following change is considered BC:
>    o  A "base" statement may be added to an "identity" statement.
> Since, as explained in section 7.18.2 of RFC7950, the derivation of 
> identities is transitive, my understanding is that replacing a "base" 
> statement with new  "base" statement which is derived from the 
> previous one is also a BC change.
> Considering the example below, the NEW (A) change is BC according to 
> section 11 of RFC7950. However, NEW (B) is equivalent to NEW (A), 
> since the new baz is derived from foo, and therefore it is also a BC 
> change.
> Is my understanding correct?

I'd like a clarification regarding this as well.  Is "NEWB:bar" 
definition semantically equivalent to "OLD:bar" definition?

Jernej

> Thanks, Italo
> OLD
> identity foo {}
> identity bar {
>   base foo;
> }
> NEW (A)
> identity foo {}
> identity baz {
>   base foo
> }
> identity bar {
>   base foo;
>   base baz;
> }
> NEW (B)
> identity foo {}
> identity baz {
>   base foo
> }
> identity bar {
>   base baz;
> }
>
> _______________________________________________
> netmod mailing list
> netmod@ietf.org
> https://www.ietf.org/mailman/listinfo/netmod