clixon/apps/netconf
Olof hagsand f872c7e295 * More precise Yang validation and better error messages
* For Example, adding bad-, missing-, or unknown-element error messages, etc instead of operation-failed
* Removed delete-config support for candidate db since it is not supported in RFC6241.
* Switched the order of `error-type` and `error-tag` in all netconf and restconf error messages to comply to RFC order.
* Added example_rpc RPC to example backend
* Renamed xml_namespace[_set]() to xml_prefix[_set]()
* Some restconf error messages contained "rpc-reply" or "rpc-error" which have now been removed.
* Netconf/Restconf RPC extra input arguments are ignored (https://github.com/clicon/clixon/issues/47)
2018-12-21 01:33:41 +01:00
..
clixon_netconf.h Plugin RPC callback interface have been unified between backend, netconf and restconf. 2018-04-07 18:20:33 +02:00
Makefile.in * INSTALLFLAGS added with default value -s(strip). 2018-04-30 12:06:19 +02:00
netconf_filter.c 2017->2018 2018-01-01 12:25:33 +01:00
netconf_filter.h 2017->2018 2018-01-01 12:25:33 +01:00
netconf_hello.c Announce base:1.0 capability (because we support only legacy framing system).(@SCadilhac) 2018-10-28 13:52:05 +01:00
netconf_hello.h RFC 7895: 2018-10-12 18:41:53 +02:00
netconf_lib.c * ietf-netconf yang module added with candidate, validate, startup and xpath features enabled. 2018-10-17 22:36:59 +02:00
netconf_lib.h 2017->2018 2018-01-01 12:25:33 +01:00
netconf_main.c * More precise Yang validation and better error messages 2018-12-21 01:33:41 +01:00
netconf_rpc.c * More precise Yang validation and better error messages 2018-12-21 01:33:41 +01:00
netconf_rpc.h 2017->2018 2018-01-01 12:25:33 +01:00
README.md docs 2017-05-07 18:50:38 +02:00

Clixon Netconf

Clixon Netconf implements the following NETCONF proposals or standards:

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