Yang schema mount: replaced config --enable-yang-schame-mount with runtime option CLICON_YANG_SCHEMA_MOUNT
Added config and validation-level as parameters to ca_yang_mount
This commit is contained in:
parent
02841e5c36
commit
585e725aec
19 changed files with 183 additions and 198 deletions
|
|
@ -48,7 +48,9 @@ module clixon-config {
|
|||
|
||||
revision 2022-12-01 {
|
||||
description
|
||||
"Removed (previosly marked) obsolete options:
|
||||
"Added options:
|
||||
CLICON_YANG_SCHEMA_MOUNT
|
||||
Removed (previosly marked) obsolete options:
|
||||
CLICON_MODULE_LIBRARY_RFC7895
|
||||
Released in Clixon 6.1";
|
||||
}
|
||||
|
|
@ -502,6 +504,12 @@ module clixon-config {
|
|||
"Location of backend .so plugins. Load all .so
|
||||
plugins in this dir as backend plugins";
|
||||
}
|
||||
leaf CLICON_YANG_SCHEMA_MOUNT{
|
||||
type boolean;
|
||||
description
|
||||
"YANG schema mount, RFC 8528";
|
||||
default false;
|
||||
}
|
||||
leaf CLICON_BACKEND_REGEXP {
|
||||
type string;
|
||||
description
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue