* Added flags to example backend to control its behaviour:
* Start with `-- -r` to run the reset plugin * Start with `-- -s` to run the state callback * Rewrote yang dir load algorithm to follow the algorithm in [FAQ](FAQ(doc/FAQ.md#how-are-yang-files-found) with more precise timestamp checks, etc.
This commit is contained in:
parent
8f656da15b
commit
606245ef02
20 changed files with 495 additions and 190 deletions
|
|
@ -271,6 +271,11 @@ specific. The precedence of the options are as follows:
|
|||
- `CLICON_YANG_MODULE_MAIN`
|
||||
- `CLICON_YANG_MAIN_DIR`
|
||||
|
||||
Note that using `CLICON_YANG_MAIN_DIR` Clixon may find several files
|
||||
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 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