YANG: reorder CLICON_YANG_DIRs to yang group. remove trailing spaces
This commit is contained in:
parent
7ea344c51f
commit
a4225c43b4
4 changed files with 123 additions and 123 deletions
|
|
@ -479,19 +479,6 @@ module clixon-config {
|
|||
*:<feature> means enable the specific feature in all modules";
|
||||
type string;
|
||||
}
|
||||
leaf-list CLICON_YANG_DIR {
|
||||
ordered-by user;
|
||||
type string;
|
||||
description
|
||||
"Yang directory path for finding module and submodule files.
|
||||
A list of these options should be in the configuration.
|
||||
When loading a Yang module, Clixon searches this list in the order
|
||||
they appear.
|
||||
Note since Clixon 5.4 such a directory is searched recursively, not just the
|
||||
directory itself.
|
||||
Ensure that YANG_INSTALLDIR (default
|
||||
/usr/local/share/clixon) is present in the path";
|
||||
}
|
||||
/* Configuration */
|
||||
leaf CLICON_CONFIGFILE{
|
||||
type string;
|
||||
|
|
@ -527,6 +514,19 @@ module clixon-config {
|
|||
";
|
||||
}
|
||||
/* YANG */
|
||||
leaf-list CLICON_YANG_DIR {
|
||||
ordered-by user;
|
||||
type string;
|
||||
description
|
||||
"Yang directory path for finding module and submodule files.
|
||||
A list of these options should be in the configuration.
|
||||
When loading a Yang module, Clixon searches this list in the order
|
||||
they appear.
|
||||
Note since Clixon 5.4 such a directory is searched recursively, not just the
|
||||
directory itself.
|
||||
Ensure that YANG_INSTALLDIR (default
|
||||
/usr/local/share/clixon) is present in the path";
|
||||
}
|
||||
leaf CLICON_YANG_MAIN_FILE {
|
||||
type string;
|
||||
description
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue