From f1cf5c4234ad70f83ae6edb6bdef9ba9da4bca3e Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 22 Jan 2024 13:05:53 +0100 Subject: [PATCH] Removed container creators from clixon-lib.yang --- CHANGELOG.md | 2 +- yang/clixon/clixon-lib@2024-01-01.yang | 19 +------------------ 2 files changed, 2 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 090e437e..6351f309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ Developers may need to change their code * Changed function name: `choice_case_get()` -> `yang_choice_case_get()` * New `clixon-lib@2024-01-01.yang` revision - * Replaced container creators to grouping/uses + * Removed container creators, reverted from 6.5 * Changed ca_errmsg callback to a more generic variant * Includes all error, log and debug messages * See [Customized NETCONF error message](https://github.com/clicon/clixon/issues/454) diff --git a/yang/clixon/clixon-lib@2024-01-01.yang b/yang/clixon/clixon-lib@2024-01-01.yang index 4cb8f37d..8a53384e 100644 --- a/yang/clixon/clixon-lib@2024-01-01.yang +++ b/yang/clixon/clixon-lib@2024-01-01.yang @@ -70,7 +70,7 @@ module clixon-lib { revision 2024-01-01 { description - "Moved container creators to grouping/uses and removed config false + "Removed container creators from 6.5 Released in 6.6.0"; } revision 2023-11-01 { @@ -215,23 +215,6 @@ module clixon-lib { Limitations: only objects that are actually added or deleted. A sub-object will not be noted"; } - grouping clixon-creators{ - container creators{ - description "Meta-data for creation of data objects."; - list creator { - key name; - leaf name { - description "Name of creator / service (instance) name"; - type string; - } - leaf-list path { - description "Path to object"; - type string; - } - } - } - } - uses clixon-creators; rpc debug { description "Set debug level of backend."; input {