clixon/apps/netconf
Olof hagsand 6f2c4a076d * Configuration directory
* A new configuration option `CLICON_CONFIGDIR` has been added for loading of extra config files
  * If not given, only the main configfile is loaded.
  * If given, and if the directory exists, the files in this directory will be loaded alphabetically AFTER the main config file in the following way:
    * leaf values are overwritten
    * leaf-list values are appended
  * You can override file setting with `-E <dir>` command-line option.
* New clixon-config@2020-10-01.yang revision
  * Added option for configuration directory: `CLICON_CONFIGDIR`
2020-10-01 11:04:25 +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 * Configuration directory 2020-10-01 11:04:25 +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