* This is an experimental implementation
* Added `www-data` feature and two new config options to clixon-config.yang:
* `CLICON_WWW_DATA_PATH`
* `CLICON_WWW_DATA_ROOT`
* The limited implemtation is as follows:
* path: Local files within `CLICON_WWW_DATA_ROOT`
* operation GET, HEAD, or OPTIONS
* query parameters not supported
* indata should be NULL (no write operations)
* Limited media: text/html, JavaScript, image, and css
* Authentication as restconf
Generic changes:
* Uniform path selection across fcgi, native http/1 + http/2
|
||
|---|---|---|
| .. | ||
| clixon | ||
| mandatory | ||
| Makefile.in | ||
| README.md | ||
Yang files
There are two classes of Yang files
- Clixon yang files.
- Mandatory: "Standard" yang files necessary for clixon lib/client/backend to run
Both 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.