from 3.6.1: * https://github.com/clicon/clixon/issues/23 clixon_cli failing with error

* The example included a reference to nacm yang file which did not exist and was not used
* Added clixon-config@2018-04-30.yang
This commit is contained in:
Olof hagsand 2018-05-29 22:27:41 +02:00
parent cfe4702069
commit 5bc39a9bc0
8 changed files with 486 additions and 63 deletions

View file

@ -14,7 +14,7 @@ fyangerr=$dir/err.yang
cat <<EOF > $cfg
<config>
<CLICON_CONFIGFILE>$cfg</CLICON_CONFIGFILE>
<CLICON_YANG_DIR>/usr/local/share/$APPNAME/yang</CLICON_YANG_DIR>
<CLICON_YANG_DIR>/usr/local/share/clixon</CLICON_YANG_DIR>
<CLICON_YANG_MODULE_MAIN>$fyang</CLICON_YANG_MODULE_MAIN>
<CLICON_CLISPEC_DIR>/usr/local/lib/$APPNAME/clispec</CLICON_CLISPEC_DIR>
<CLICON_RESTCONF_DIR>/usr/local/lib/$APPNAME/restconf</CLICON_RESTCONF_DIR>