YANG_INSTALLDIR fixes
This commit is contained in:
parent
88b0db3e95
commit
ee863e5dbd
5 changed files with 6 additions and 8 deletions
|
|
@ -39,8 +39,6 @@ includedir = @includedir@
|
|||
datarootdir = @datarootdir@
|
||||
enable_stdyangs = @enable_stdyangs@
|
||||
|
||||
CLIXON_DATADIR = @CLIXON_DATADIR@
|
||||
|
||||
SUBDIRS = clixon
|
||||
# See configure.ac
|
||||
ifeq ($(enable_stdyangs),yes)
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@ module clixon-config {
|
|||
"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. Ensure that CLIXON_DATADIR(default
|
||||
they appear. Ensure that YANG_INSTALLDIR(default
|
||||
/usr/local/share/clixon) is present in the path";
|
||||
}
|
||||
leaf CLICON_YANG_MAIN_FILE {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue