Added option to treat unknown XML (wrt YANG) as anydata.
This commit is contained in:
parent
12d1b67250
commit
dafc6d10e0
15 changed files with 80 additions and 8 deletions
|
|
@ -106,6 +106,9 @@ fi
|
|||
# Backend user
|
||||
BUSER=clicon
|
||||
|
||||
# If set, unknown XML is treated as ANYDATA
|
||||
: ${YANG_UNKNOWN_ANYDATA:=false}
|
||||
|
||||
# Follow the binary programs that can be parametrized (eg with valgrind)
|
||||
|
||||
: ${clixon_cli:=clixon_cli}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue