Olof hagsand
52e510cfdf
The key-value datastore is no longer supported. Use the default text datastore.
2018-03-18 16:57:18 +00:00
Olof hagsand
36d310de88
developbranch 3.6.0.PRE
2018-02-12 09:18:52 +07:00
Olof hagsand
54826065a9
3.5.0
2018-02-12 09:14:01 +07:00
Renato Botelho do Couto
d670b6af8a
Make default config to respect sysconfdir
...
Instead of hardcode default config to /etc/clixon.xml, make it to
respect sysconfdir variable. Since autoconf doesn't expand variables on
header substitution it would end up being defined on clixon_config.h as
"${prefix}/etc/clixon.xml" what makes no sense for the header file.
Use eval to expand ${sysconfdir} and make .h file to be defined with
final directory name.
2018-02-07 02:50:02 -06:00
Matthew Smith
d010937ba6
Augment help text for --with-configfile
...
Include '=FILE' at the end to make correct usage clearer
2018-01-16 15:42:11 -06:00
Matthew Smith
6a9697c2ff
Use default config file when none is provided
...
Add config option to set a default config file path. If
none given, the default config file path is /etc/clixon.xml.
2018-01-15 08:58:11 -06:00
Olof hagsand
3758c8dab4
* The following backward compatible options to configure have been obsoleted. If you havent already migrated this code you must do this now.
...
* Backend startup modes prior to 3.3.3. As enabled with `configure --with-startup-compat`. Configure option CLICON_USE_STARTUP_CONFIG is also obsoleted.
* Configuration files (non-XML) prior to 3.3.3. As enabled with `configure --with-config-compat`. The template clicon.conf.cpp files are also removed.
* Clixon XML C-lib prior to 3.4.0. As enabled with `configure --with-xml-compat`
2018-01-01 14:48:57 +01:00
Olof hagsand
75848a8e30
3.5.0.PRE
2018-01-01 12:34:45 +01:00
Olof hagsand
b71e10e701
3.4.0
2018-01-01 12:28:58 +01:00
Olof hagsand
38f0b446fa
2017->2018
2018-01-01 12:25:33 +01:00
Olof hagsand
662495fff0
Merge branch 'develop' of https://github.com/clicon/clixon into develop
2017-12-09 22:19:17 +01:00
Olof Hagsand
0076a8b838
leafref bug
2017-12-09 20:48:29 +01:00
Renato Botelho do Couto
1c187c5729
Prepare build system to produce RPMs
...
Add .spec file under extras/rpms and create targets to produce
source and binary rpms
2017-12-05 07:27:59 -06:00
Olof hagsand
822aac18a1
datastore/keyvalue/Makefile left behind
2017-12-04 18:31:40 +01:00
Olof hagsand
e169485985
Datastore cache introduced; Added yang to XML API
2017-12-02 14:49:49 +01:00
Olof hagsand
f8fd0d0faf
Preparing for 3.3.3
2017-11-25 12:20:20 +01:00
Olof hagsand
2ebd89d636
Added --with-config-compat and --with-startup-compat to configure
2017-11-23 20:51:33 +01:00
Olof hagsand
548ffd2da6
Disabled key-value datastore; Removed mandatory requirements for BACKEND, NETCONF, RESTCONF and CLI dirs
2017-11-19 18:04:23 +01:00
Olof hagsand
14cfc46ce4
Apple Darwin port
2017-10-12 22:03:02 +02:00
Olof hagsand
a2bfe2bdd2
more merge
2017-09-27 18:29:13 +02:00
Olof hagsand
e45e8da6d7
Added experimental reading of yang and xml-based config file.
2017-09-24 22:01:28 +02:00
Olof hagsand
ef0fce10d5
3.3.3 upcoming
2017-08-27 20:36:03 +02:00
Olof hagsand
bf30e6f66a
3.3.2_PRE
2017-06-07 21:13:50 +02:00
Olof hagsand
6ebfc182f3
merged develop to 3.3.1
2017-06-07 20:54:11 +02:00
Olof hagsand
d58ffb2c72
Strings in xmldb_put not properly encoded, eg eth/0 became eth.00000
2017-05-25 15:10:51 +02:00
Olof hagsand
a18f66b6d0
Preparing for 3.3.0
2017-05-07 17:38:43 +02:00
Olof hagsand
d26a801bc0
Added connect/disconnect/getopt/setopt and handle to xmldb API; Added datastore 'text'; Moved apps/dbctrl to datastore/
2017-04-15 13:53:58 +02:00
Olof hagsand
2758a30bb7
Configure (autoconf) changes: Removed libcurl dependency, Disable restconf and disable restconf options. Added empty text datastore
2017-04-11 20:15:43 +02:00
Olof hagsand
af334bb746
Removed curl dependency
2017-04-10 21:52:39 +02:00
Olof hagsand
f6b3e95100
Created xmldb plugin api
2017-04-09 22:53:48 +02:00
Olof hagsand
4169bd8d30
Ongoing: xmldb datastore plugin framework
2017-04-08 20:39:04 +02:00
Olof hagsand
eec5896797
internal netconf mods
2017-03-25 18:24:52 +01:00
Olof hagsand
7f0b9909b3
Library functions in clixon_cli_api.h (e.g cli_commit) is rewritten in new
...
for (eg cli_commitv). See clixon_cli_api.h for new names.
Use restconf format for internal xmldb keys. Eg /a/b=3,4
Changed example to use multiple cli callbacks
2017-01-31 22:36:14 +01:00
Olof hagsand
41680474c7
Added --with-cligen and --with-qdbm configure options; union type check for non-cli (eg xml) input
2017-01-12 08:39:12 +01:00
Olof hagsand
0356b2225f
experimental restconf
2016-05-20 18:33:48 +02:00
Olof hagsand
0a812696c2
xmldb
2016-03-07 20:55:55 +01:00
Olof Hagsand
79b77943f9
renamed .h and libs clicon->clixon
2016-02-28 15:27:36 +01:00
Olof Hagsand
baa5611616
docker netconf
2016-02-28 11:06:24 +01:00
Olof Hagsand
eb93d82caa
docker support
2016-02-26 19:47:30 +01:00
Olof hagsand
6366fc631e
docker build
2016-02-26 16:47:31 +01:00
Olof hagsand
5a45eca301
file rearrangement
2016-02-26 16:05:34 +01:00
Olof hagsand
d6e393ea58
Inital commit
2016-02-22 22:17:30 +01:00