Added CLICON_STATE_PATH_KLUDGE

This commit is contained in:
Olof hagsand 2020-05-01 21:39:18 +02:00
parent 442e96bdf0
commit 703d1a2b08
4 changed files with 44 additions and 2 deletions

View file

@ -48,6 +48,8 @@ cat <<EOF > $cfg
</clixon-config>
EOF
# Note, there is a commented default statement below. It may be useful, bit for a
# clean performance setup, adding default values may be a fringe case?
cat <<EOF > $fyang
module $APPNAME{
yang-version 1.1;
@ -71,7 +73,7 @@ module $APPNAME{
}
leaf enabled {
type boolean;
default true;
/* default true; */
}
leaf status {
type string;