Refactored yang schema code
YANG Deprecated: `CLICON_YANG_SCHEMA_MOUNT_SHARE` due to yang domain support
This commit is contained in:
parent
b1d969e42b
commit
6c73c36fb7
8 changed files with 87 additions and 41 deletions
|
|
@ -55,6 +55,7 @@ module clixon-config {
|
|||
CLICON_XMLDB_SYSTEM_ONLY_CONFIG
|
||||
CLICON_CLI_PIPE_DIR
|
||||
Changed: CLICON_NETCONF_DUPLICATE_ALLOW to not only check but remove duplicates
|
||||
Deprecated: CLICON_YANG_SCHEMA_MOUNT_SHARE
|
||||
Released in Clixon 7.3";
|
||||
}
|
||||
revision 2024-08-01 {
|
||||
|
|
@ -618,8 +619,10 @@ module clixon-config {
|
|||
(yangmnt:mount-point is on same node).
|
||||
A comparison is made between yang modules and revision and must match exactly.
|
||||
If so, a new yang-spec is not created, instead the other is used.
|
||||
Only if CLICON_YANG_SCHEMA_MOUNT is enabled";
|
||||
default false;
|
||||
Only if CLICON_YANG_SCHEMA_MOUNT is enabled
|
||||
Enabled permanently and deprecated when yang domains introduced";
|
||||
status deprecated;
|
||||
default true;
|
||||
}
|
||||
leaf CLICON_YANG_AUGMENT_ACCEPT_BROKEN {
|
||||
type boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue