Added support for YANG anyxml; Yang union CLI generation and validation; Removed yang string escaping
This commit is contained in:
parent
8fd59d4452
commit
5ae1aeb427
29 changed files with 753 additions and 499 deletions
|
|
@ -45,17 +45,15 @@
|
|||
# Location of configuration-file for default values (this file)
|
||||
CLICON_CONFIGFILE sysconfdir/APPNAME.conf
|
||||
|
||||
# Location of YANG module and submodule files. Only if CLICON_DBSPEC_TYPE is YANG
|
||||
# Location of YANG module and submodule files.
|
||||
CLICON_YANG_DIR prefix/share/APPNAME/yang
|
||||
|
||||
# Option used to construct initial yang file:
|
||||
# <module>[@<revision>]
|
||||
# This option is only relevant if CLICON_DBSPEC_TYPE is YANG
|
||||
# Main yang module or absolute filename. If module then search as follows:
|
||||
# <yangdir>/<module>[@<revision>]
|
||||
# CLICON_YANG_MODULE_MAIN clicon
|
||||
|
||||
# Option used to construct initial yang file:
|
||||
# <module>[@<revision>]
|
||||
# This option is only relevant if CLICON_DBSPEC_TYPE is YANG
|
||||
CLICON_YANG_MODULE_REVISION
|
||||
|
||||
# Location of backend .so plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue