clixon/apps/netconf
Olof hagsand 81fc7f742b * Netconf as default namespace has been disabled by default.
* Only requests on the form: `<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"><edit-config>...` will be accepted
  * All replies will be on the form: `<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">...`
  * Requests such as: `<rpc><edit-config>...` will not  be accepted.
  * You can revert this behaviour (to clixon pre-4.6 behaviour) by enabling `CLICON_NAMESPACE_NETCONF_DEFAULT`
  * This API change is a consequence of: [copy-config's RPC cxobj parameter does not contain namespace #131](https://github.com/clicon/clixon/issues/131)
2020-09-02 15:44:10 +02:00
..
clixon_netconf.h 2019 2019-01-02 15:48:30 +01:00
Makefile.in Makefile copyright 2020-05-12 13:59:45 +02:00
netconf_filter.c NACM RFC341 datanode paths, read operation 2020-04-14 11:38:29 +02:00
netconf_filter.h 2019 2019-01-02 15:48:30 +01:00
netconf_lib.c Replaced the global variable debug with access function: clicon_debug_get(). 2020-06-09 16:04:49 +02:00
netconf_lib.h 2019 2019-01-02 15:48:30 +01:00
netconf_main.c * Netconf as default namespace has been disabled by default. 2020-09-02 15:44:10 +02:00
netconf_rpc.c * Netconf as default namespace has been disabled by default. 2020-09-02 15:44:10 +02:00
netconf_rpc.h 2019 2019-01-02 15:48:30 +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