No description
Find a file
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
apps * Netconf as default namespace has been disabled by default. 2020-09-02 15:44:10 +02:00
aux moved aux configure scripts to aux directory 2020-03-09 15:38:21 +01:00
build-root/scripts Implement make dist target 2017-12-05 05:23:27 -06:00
doc Fixed ssl client certs for evhtp. 2020-07-01 15:11:22 +02:00
docker Merge branch 'master' of https://github.com/clicon/clixon 2020-08-18 17:26:44 +02:00
etc In the bbuild system, you dont need to do make install-include for installing include files for compiling. This is now included in the actions done by make install. 2020-04-05 12:25:33 +02:00
example * Netconf as default namespace has been disabled by default. 2020-09-02 15:44:10 +02:00
extras * NACM extension (RFC8341) 2018-12-16 19:49:19 +01:00
include * Netconf as default namespace has been disabled by default. 2020-09-02 15:44:10 +02:00
lib * Netconf as default namespace has been disabled by default. 2020-09-02 15:44:10 +02:00
test * Netconf as default namespace has been disabled by default. 2020-09-02 15:44:10 +02:00
util log warning, error doc 2020-07-26 16:16:32 +02:00
yang * Netconf as default namespace has been disabled by default. 2020-09-02 15:44:10 +02:00
.gitignore Fixed ssl client certs for evhtp. 2020-07-01 15:11:22 +02:00
.travis.yml new travis 2020-07-07 22:59:56 +02:00
CHANGELOG.md * Netconf as default namespace has been disabled by default. 2020-09-02 15:44:10 +02:00
configure wwwuser/wwwdir config doc 2020-08-17 14:50:31 +02:00
configure.ac wwwuser/wwwdir config doc 2020-08-17 14:50:31 +02:00
LICENSE.md * Fixed instance-id multiple results 2020-04-22 14:00:40 +02:00
Makefile.in Makefile copyright 2020-05-12 13:59:45 +02:00
README.md variables in docker start 2020-08-18 17:26:39 +02:00

Build Status Documentation Status

Clixon is a YANG-based configuration manager, with interactive CLI, NETCONF and RESTCONF interfaces, an embedded database and transaction mechanism.

See documentation, project page and examples, Travis-CI

Clixon is open-source and dual licensed. Either Apache License, Version 2.0 or GNU General Public License Version 2; you choose.

See LICENSE.md for the license.

Clixon interaction is best done posting issues, pull requests, or joining the slack channel. Slack invite

Clixon is sponsored by Rubicon Communications LLC(Netgate)