clixon/yang
Olof hagsand 244060fddc - Added specific WITH_RESTCONF compile contants for _NATIVE and _FCGI for C code
- Restconf auth=none changes
  - Load clixon-restconf and resolve features earlier so that config features work
  - Removed auth=none code from example (this was non-std half-baked basic auth)
  - Changed tests that used auth-type=none to enable feature clixon-restconf:allow-auth-none
- Moved cert creation from sub-shell to servercert function
- Fixed typos for dockerfile rename of restconf evhtp to native
2021-04-07 20:54:41 +02:00
..
clixon - Added specific WITH_RESTCONF compile contants for _NATIVE and _FCGI for C code 2021-04-07 20:54:41 +02:00
mandatory Copyright 2021 2021-01-13 14:40:34 +01:00
optional Copyright 2021 2021-01-13 14:40:34 +01:00
Makefile.in Copyright 2021 2021-01-13 14:40:34 +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.