[CCAMP] [ietf-ccamp-wg/ietf-ccamp-layer0-types-ext] 721087: correct indirection for supported mode (#11)

Esther Le Rouzic <noreply@github.com> Tue, 09 February 2021 09:10 UTC

Return-Path: <noreply@github.com>
X-Original-To: ccamp@ietfa.amsl.com
Delivered-To: ccamp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AEA403A1328 for <ccamp@ietfa.amsl.com>; Tue, 9 Feb 2021 01:10:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.35
X-Spam-Level:
X-Spam-Status: No, score=-2.35 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.25, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H2=-0.001, 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=github.com
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 JmS7OxI0ZoJM for <ccamp@ietfa.amsl.com>; Tue, 9 Feb 2021 01:10:55 -0800 (PST)
Received: from out-27.smtp.github.com (out-27.smtp.github.com [192.30.252.210]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B613C3A1322 for <ccamp@ietf.org>; Tue, 9 Feb 2021 01:10:55 -0800 (PST)
Received: from github.com (hubbernetes-node-ec22940.ash1-iad.github.net [10.56.121.27]) by smtp.github.com (Postfix) with ESMTPA id DD941900ADA for <ccamp@ietf.org>; Tue, 9 Feb 2021 01:10:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1612861854; bh=qmF6RTSo+FqOWoB2aid0sL+P6tq5up+P/7Qb3M9nH+U=; h=Date:From:To:Subject:From; b=S3EiJvWN6YLlykzq9Gy8poIFFhB84TmDXd2tA4JNCZ7+F57qtbuY0dmZxnnVVcAaK CcjgjbH7m84AycdsXrBkv6+eQQHhRzAjTvxJbz7SZqsy/CbBo15fAD3JJs3eTaDGoz pu9pJRb48DpPj+yX4HkuE6aNdeIvnEmGvmNKPEO8=
Date: Tue, 09 Feb 2021 01:10:54 -0800
From: Esther Le Rouzic <noreply@github.com>
To: ccamp@ietf.org
Message-ID: <ietf-ccamp-wg/ietf-ccamp-layer0-types-ext/push/refs/heads/master/6d40e9-721087@github.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: ccamp@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/ccamp/mTdWLH8hwAxR1BARQ7S6Rs-HmXE>
Subject: [CCAMP] [ietf-ccamp-wg/ietf-ccamp-layer0-types-ext] 721087: correct indirection for supported mode (#11)
X-BeenThere: ccamp@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Discussion list for the CCAMP working group <ccamp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ccamp>, <mailto:ccamp-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ccamp/>
List-Post: <mailto:ccamp@ietf.org>
List-Help: <mailto:ccamp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ccamp>, <mailto:ccamp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 09 Feb 2021 09:10:59 -0000

  Branch: refs/heads/master
  Home:   https://github.com/ietf-ccamp-wg/ietf-ccamp-layer0-types-ext
  Commit: 72108736c2302d9b24f40bd4053560358057b7da
      https://github.com/ietf-ccamp-wg/ietf-ccamp-layer0-types-ext/commit/72108736c2302d9b24f40bd4053560358057b7da
  Author: Esther Le Rouzic <EstherLerouzic@users.noreply.github.com>
  Date:   2021-02-09 (Tue, 09 Feb 2021)

  Changed paths:
    M ietf-layer0-types-ext.yang

  Log Message:
  -----------
  correct indirection for supported mode (#11)

- there is a level missing for the reference to supported-modes/mode-id
- there is a name mismatch operational-mode -> organizational-mode

Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>