Removed container creators from clixon-lib.yang

This commit is contained in:
Olof hagsand 2024-01-22 13:05:53 +01:00
parent 981ea5036d
commit f1cf5c4234
2 changed files with 2 additions and 19 deletions

View file

@ -36,7 +36,7 @@ Developers may need to change their code
* Changed function name: `choice_case_get()` -> `yang_choice_case_get()` * Changed function name: `choice_case_get()` -> `yang_choice_case_get()`
* New `clixon-lib@2024-01-01.yang` revision * 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 * Changed ca_errmsg callback to a more generic variant
* Includes all error, log and debug messages * Includes all error, log and debug messages
* See [Customized NETCONF error message](https://github.com/clicon/clixon/issues/454) * See [Customized NETCONF error message](https://github.com/clicon/clixon/issues/454)

View file

@ -70,7 +70,7 @@ module clixon-lib {
revision 2024-01-01 { revision 2024-01-01 {
description description
"Moved container creators to grouping/uses and removed config false "Removed container creators from 6.5
Released in 6.6.0"; Released in 6.6.0";
} }
revision 2023-11-01 { revision 2023-11-01 {
@ -215,23 +215,6 @@ module clixon-lib {
Limitations: only objects that are actually added or deleted. Limitations: only objects that are actually added or deleted.
A sub-object will not be noted"; 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 { rpc debug {
description "Set debug level of backend."; description "Set debug level of backend.";
input { input {