* These were included for testing
* If you want to run the Clixon test suite you need to point `YANGMODELS`, see test/README.md
* The following configure options have been removed:
* `configure --with-opt-yang-installdir=DIR`
* `configure --enable-optyangs`
* You may need to specify standard YANGs using configure option `--with-yang-standard-dir=DIR`
* Updated yang ietf models with fetures for tet
* Added option `CLICON_YANG_AUGMENT_ACCEPT_BROKEN` to accept broken yangmodels.
* This is a debug option for CI testcases where standard YANG models are broken
13 lines
No EOL
498 B
Markdown
13 lines
No EOL
498 B
Markdown
# Yang files
|
|
|
|
There are two classes of Yang files
|
|
* Clixon yang files.
|
|
* Mandatory: "Standard" yang files necessary for clixon lib/client/backend to run
|
|
|
|
Both are always installed. If you want to change where the are
|
|
installed, configure with: `--with-yang-installdir=DIR`
|
|
|
|
The third (optional) is only installed if configure flag
|
|
`--enable-optyang` is set. Further, the optional yang files are
|
|
installed in `--with-opt-yang-installdir=DIR` if given, otherwise in
|
|
the same dir as the mandatory. |