Olof hagsand
|
013a0dba14
|
editt changelog
|
2017-11-19 19:11:34 +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
|
13377da34e
|
merge
|
2017-11-19 12:48:04 +01:00 |
|
Olof hagsand
|
a0f9e3dbff
|
changelog edit
|
2017-11-19 12:45:12 +01:00 |
|
Olof hagsand
|
8b6bb6ff50
|
restconf bugs and increased restconf testing
|
2017-11-19 12:40:32 +01:00 |
|
Olof hagsand
|
496d676ad3
|
Backend daemon startup modes
|
2017-11-19 11:52:30 +01:00 |
|
Olof hagsand
|
61551b07d6
|
When user callbacks p_statedata() clixon_backend nolonger silently exit
|
2017-11-14 23:14:51 +01:00 |
|
Olof Hagsand
|
23e40384f7
|
JSON negative number patch
|
2017-11-13 17:11:31 +00:00 |
|
Olof Hagsand
|
3c41a79102
|
hen user callbacks such as statedata() call returns -1, clixon_backend no
longer silently exits. Instead a log is printed and an RPC error is returned.
|
2017-11-12 15:50:22 +00:00 |
|
Olof hagsand
|
d9c126eed0
|
en user callbacks such as statedata() call returns -1, clixon_backend no
longer silently exits. Instead a log is printed and an RPC error is returned.
|
2017-11-12 16:48:48 +01:00 |
|
Olof hagsand
|
7b719cc6db
|
Added Floating point support to JSON
|
2017-10-29 16:15:18 +01:00 |
|
Olof Hagsand
|
e8a8d6e871
|
Restconf: http cookie sent as attribute in rpc restconf_post operations to backend.
|
2017-10-25 21:09:04 +02:00 |
|
Olof hagsand
|
4b0c060667
|
Added option CLICON_CLISPEC_FILE; Replaced cli_ functiuons with cligen_
|
2017-10-17 19:35:46 +02:00 |
|
Olof hagsand
|
14cfc46ce4
|
Apple Darwin port
|
2017-10-12 22:03:02 +02:00 |
|
Olof hagsand
|
ca7b4d3d9e
|
Migrated to XML configure file.
|
2017-10-01 12:33:12 +02:00 |
|
Olof hagsand
|
a2bfe2bdd2
|
more merge
|
2017-09-27 18:29:13 +02:00 |
|
Olof hagsand
|
8494d29d6b
|
config file has .xml ending, yang/clixon-config.yang is used as
model for an xml-based configuration file
|
2017-09-25 22:05:26 +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
|
a691124189
|
Merge branch 'master' into develop
Conflicts:
CHANGELOG.md
|
2017-09-24 17:08:44 +02:00 |
|
Olof hagsand
|
229ddcf5cc
|
non-line scrolling mode in getline
|
2017-09-24 16:58:27 +02:00 |
|
Olof hagsand
|
7a7bfc48a4
|
experimental xml hash for better performance
|
2017-09-18 20:53:49 +02:00 |
|
Olof hagsand
|
624b949b3f
|
netconf client was limited to 8K byte messages. Now limit is 2^32
|
2017-09-13 22:30:35 +02:00 |
|
Olof hagsand
|
ef0fce10d5
|
3.3.3 upcoming
|
2017-08-27 20:36:03 +02:00 |
|
Olof hagsand
|
41f30efce9
|
3.3.2
|
2017-08-27 20:31:09 +02:00 |
|
Olof hagsand
|
d8065551b6
|
cli_copy config bug; allow non-api-path expand_dbvar()
|
2017-08-03 22:35:02 +02:00 |
|
Olof hagsand
|
fd91bb2933
|
restconf RPC
|
2017-07-30 16:16:10 +02:00 |
|
Olof hagsand
|
d0660bf611
|
Added xpath support for predicate: current(); added by-reference return for schema_nodeid functions; prototype enum2int function
|
2017-07-30 11:00:02 +02:00 |
|
Olof hagsand
|
9ab46e21d2
|
Added prefix parsing of xpath, allowing eg /p:x/p:y, but prefix ignored.
|
2017-07-28 16:28:39 +02:00 |
|
Olof hagsand
|
fd2a5db31b
|
fixed empty cli gen err
|
2017-07-27 12:09:57 +02:00 |
|
Olof hagsand
|
5ae1aeb427
|
Added support for YANG anyxml; Yang union CLI generation and validation; Removed yang string escaping
|
2017-07-27 11:54:28 +02:00 |
|
Olof hagsand
|
8fd59d4452
|
reformat changelog
|
2017-07-23 19:08:29 +02:00 |
|
Olof hagsand
|
d7ffc7fdf6
|
format
|
2017-07-23 15:40:42 +02:00 |
|
Olof hagsand
|
84726046a9
|
reformate changelog
|
2017-07-23 14:56:22 +02:00 |
|
Olof hagsand
|
2d65fdbe93
|
Changed top-level netconf get-config and get to return <data>..</data> instead of <data><config>...</config></data> to comply to the RFC.
|
2017-07-23 14:45:33 +02:00 |
|
Olof hagsand
|
e5b625e722
|
Added support for yang presence and no-presence containers.
|
2017-07-23 12:59:02 +02:00 |
|
Olof hagsand
|
e56cf607a3
|
Added YANG RPC support, with example rpc documentation and testcase (test7.sh); Extended example with ietf-routing (not only ietf-ip).
|
2017-07-20 10:54:31 +02:00 |
|
Olof hagsand
|
f995f1e268
|
Added completion for generated cli leafrefs for both absolute and relatve paths.
|
2017-07-19 09:26:56 +02:00 |
|
Olof hagsand
|
1b6c9aacbe
|
Added validation for leafref forward and nackward references.
|
2017-07-18 19:56:54 +02:00 |
|
Olof hagsand
|
14a98d13a4
|
state doc
|
2017-07-08 10:59:27 +02:00 |
|
Olof hagsand
|
4e986d6660
|
Added new backend plugin callback: plugin_statedata() for getting state data; Added generic xml_merge() function.
|
2017-07-05 12:30:42 +02:00 |
|
Olof hagsand
|
f5d2473618
|
Yang anyxml and extensions; yang dir with ietf-netconf and clixon-config yang specs
|
2017-07-02 10:52:24 +02:00 |
|
Olof hagsand
|
f5c19d8586
|
Added state data
|
2017-07-01 17:42:39 +02:00 |
|
Olof hagsand
|
43c39160a5
|
Restricted yang (sub)module file match to match RFC6020 exactly
|
2017-06-25 17:48:21 +02:00 |
|
Olof hagsand
|
148d5d9432
|
yang type resolution fix
|
2017-06-24 21:41:08 +02:00 |
|
Olof hagsand
|
abd3eee17d
|
Generic map_str2int generic mapping tables; Removed vector return values from xmldb_get()
|
2017-06-21 21:02:09 +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
|
3453dae0db
|
- removed api_path extension from internal netconf
- Strings in xmldb_put not properly encoded, eg eth/0 became eth.00000
|
2017-05-30 21:57:06 +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 |
|