clixon/apps
Olof hagsand 0adcd94f3f * Added new cli show functions to work with cligen_output for cligen pageing to work. To acheive this, add a callback function as follows:
* xml2txt(...) --> xml2txt_cb(..., cligen_output)
  * xml2cli(...) --> xml2cli_cb(..., cligen_output)
  * clicon_xml2file(...) --> clicon_xml2file_cb(..., cligen_output)
  * xml2json(...) --> xml2json_cb(..., cligen_output)
  * yang_print(...) --> yang_print_cb(..., cligen_output)
2020-06-17 14:04:19 +02:00
..
backend further restconf refactoring 2020-06-11 21:54:09 +02:00
cli * Added new cli show functions to work with cligen_output for cligen pageing to work. To acheive this, add a callback function as follows: 2020-06-17 14:04:19 +02:00
netconf Replaced the global variable debug with access function: clicon_debug_get(). 2020-06-09 16:04:49 +02:00
restconf * Restconf FCGI (eg via nginx) have changed reply message syntax slightly 2020-06-16 21:51:00 +02:00
Makefile.in Changed --with-restconf directive to have package as argument, with either null, evhtp or fcgi. 2020-06-04 11:26:38 +02:00