Main example: Removed dependency of external IETF RFCs
+ * See [Can't initiate clixon_backend](https://github.com/clicon/clixon/issues/382)
This commit is contained in:
parent
e3d621c66d
commit
c2faf8b96c
6 changed files with 267 additions and 50 deletions
11
doc/FAQ.md
11
doc/FAQ.md
|
|
@ -206,6 +206,7 @@ Then access:
|
|||
]
|
||||
```
|
||||
Read more in the [restconf](../apps/restconf) docs.
|
||||
|
||||
## What about reference documentation?
|
||||
Clixon uses [Doxygen](http://www.doxygen.nl/index.html) for reference documentation.
|
||||
You need to install doxygen and graphviz on your system.
|
||||
|
|
@ -321,6 +322,16 @@ containing the same Yang module. Clixon will prefer the one without a
|
|||
revision date if such a file exists. If no file has a revision date,
|
||||
Clixon will prefer the newest.
|
||||
|
||||
## How do I download standard YANGs?
|
||||
|
||||
Some clixon tests rely on standard IETF YANG modules which you need to download. By default, these are in `/usr/local/share/yang/standard`. You can change this location with configure option `--with-yang-standard-dir=DIR`
|
||||
|
||||
To download the yang models required for some tests:
|
||||
```
|
||||
cd /usr/local/share/yang
|
||||
git clone https://github.com/YangModels/yang
|
||||
```
|
||||
|
||||
## How do I enable Yang features?
|
||||
|
||||
Yang models have features, and parts of a specification can be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue