* NACM recovery user session is now properly enforced. This means that if `CLICON_NACM_CREDENTIALS` is `except` (default), then a specific `CLICON_NACM_RECOVERY_USER` can make any edits and bypass NACM rules. * If a default value is replaced by an actual value, RESTCONF return values have changed from `204 No Content` to `201 Created` * clixon-config.yang: Removed default valude of CLICON_NACM_RECOVERY_USER |
||
|---|---|---|
| .. | ||
| clixon | ||
| mandatory | ||
| optional | ||
| Makefile.in | ||
| README.md | ||
Yang files
There are three classes of Yang files
- Clixon yang files.
- Mandatory: "Standard" yang files necessary for clixon lib/client/backend to run
- Optional: "Standard" yang files for examples and tests
The first two (clixon and mandatory) 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.