* Added: stats RPC for clixon XML and memory statistics.
* Added: restart-plugin RPC for restarting individual plugins without restarting backend.
* xml-stats moved from clixon-config.yang as state data to an rpc `datastats` in clixon-lib.yang
* Experimental: restart_plugin
* Two new plugin callbacks added
* ca_daemon: Called just after a server has "daemonized", ie put in background.
* ca_trans_commit_done: Called when all plugin commits have been done.
* Note: If you have used "end" callback and usign transaction data, you should probably use this instead.
|
||
|---|---|---|
| .. | ||
| clixon_netconf.h | ||
| Makefile.in | ||
| netconf_filter.c | ||
| netconf_filter.h | ||
| netconf_lib.c | ||
| netconf_lib.h | ||
| netconf_main.c | ||
| netconf_rpc.c | ||
| netconf_rpc.h | ||
| README.md | ||
Clixon Netconf
Clixon Netconf implements the following NETCONF proposals or standards:
- NETCONF Configuration Protocol
- Using the NETCONF Configuration Protocol over Secure SHell (SSH)
- NETCONF Event Notifications
However, it needs to be updated to RFC 6241 and RFC 6242.
Clixon NETCONF currently does not support the following features:
- :url capability
- copy-config source config
- edit-config testopts
- edit-config erropts
- edit-config config-text