Removed container creators from clixon-lib.yang
This commit is contained in:
parent
981ea5036d
commit
f1cf5c4234
2 changed files with 2 additions and 19 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue