clixon/yang
Olof hagsand 794d51a365 * Top-level default leafs assigned.
* Enforcing RFC 7950 Sec 7.6.1 means unassigned top-level leafs (or leafs under non-presence containers) are assigned default values.
* NACM default behaviour is read-only (empty configs are dead-lockedd)
  * This applies if NACM is loaded and `CLICON_NACM_MODE` is `internal`
* Fixed: [default values don't show up in datastores #111](https://github.com/clicon/clixon/issues/111)
2020-08-06 15:20:57 +02:00
..
clixon * Top-level default leafs assigned. 2020-08-06 15:20:57 +02:00
mandatory Yang files reorganized into three classes: clixon, mandatory, optional 2019-11-26 21:51:28 +01:00
optional Yang files reorganized into three classes: clixon, mandatory, optional 2019-11-26 21:51:28 +01:00
Makefile.in Yang files reorganized into three classes: clixon, mandatory, optional 2019-11-26 21:51:28 +01:00
README.md Yang files reorganized into three classes: clixon, mandatory, optional 2019-11-26 21:51:28 +01:00

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.