* Backend RPC register callback function (Netconf RPC or restconf operation POST) has been changed from: `backend_rpc_cb_register()` to `rpc_callback_register()`
* Backend RPC callback signature has been changed from: `int cb(clicon_handle h, cxobj *xe, struct client_entry *ce, cbuf *cbret, void *arg)` has been changed to : `int cb(clicon_handle h, cxobj *xe, struct client_entry *ce, cbuf *cbret, void *arg)`
* Frontend netconf and restconf plugins can register callbacks as well with same API as backends.
|
||
|---|---|---|
| .. | ||
| clixon_netconf.h | ||
| Makefile.in | ||
| netconf_filter.c | ||
| netconf_filter.h | ||
| netconf_hello.c | ||
| netconf_hello.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