clixon/apps
Olof hagsand 8f1de15ad3 Changed module-specific upgrade API, not backward compatible. The API has been simplified which means more has to be done by the programmer.
* In summary, a user registers an upgrade callback per module. The callback is called at startup if the module is added, has been removed or if the revision on file is different from the one in the system.
  * The register function has removed `from` and `rev` parameters: `upgrade_callback_register(h, cb, namespace, arg)`
  * The callback function has a new `op` parameter with possible values: `XML_FLAG_ADD`, `XML_FLAG_CHANGE` or `XML_FLAG_CHANGE`: `clicon_upgrade_cb(h, xn, ns, op, from, to, arg, cbret)`
2020-06-26 14:39:04 +02:00
..
backend Changed module-specific upgrade API, not backward compatible. The API has been simplified which means more has to be done by the programmer. 2020-06-26 14:39:04 +02:00
cli * New clixon-config@2020-06-17.yang revision 2020-06-18 11:28:47 +02:00
netconf Replaced the global variable debug with access function: clicon_debug_get(). 2020-06-09 16:04:49 +02:00
restconf Moved restconf_stream.c -> restconf_stream_fcgi.c, made some generaizations and documented what was hardcoded to FCGI 2020-06-23 15:00:41 +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