Jan-Olof Carlson
ae6275cfa1
New testcase to verify With-Defaults Corner Case where top container is trimmed
2022-09-21 08:37:08 +00:00
Olof Hagsand
5f38b50eab
Test: unset format variable, disable restconf-notifications
2022-09-21 05:17:19 +00:00
Olof hagsand
fcc9245c35
Test: make streams optional, remove dependency on main example
2022-09-20 14:44:30 +02:00
Olof hagsand
3b58d010a3
Test: expecteof_netconf use fix string grep, fix err funciton call-by-value
2022-09-19 14:58:16 +02:00
Olof hagsand
51d1a2d41c
Improved netconf error handling for data-not-unique and missing-choice
...
* Follows RFC7950 Sec 15.1 and 15.6 more closely
* Fixed: [When multiple lists have same key name, need more elaborate error message in case of configuration having duplicate keys](https://github.com/clicon/clixon/issues/362 )
2022-09-19 14:58:16 +02:00
Jan-Olof Carlson
b63918ff08
with-defaults added as RESTCONF capability information
2022-09-19 11:02:59 +00:00
Olof hagsand
07536fc8d2
With-default cli test, use xpath to only show config tree
...
Make all tests independent of CLICON_STREAM_DISCOVERY_RFC8040 setting
2022-09-19 10:58:44 +02:00
Olof hagsand
3bf8a7dca3
Assigned meta-data for the ietf-netconf-with-defaults:default attribute for JSON (RFC8040 Sec 5.3.2)
2022-09-16 14:49:20 +02:00
Olof hagsand
a6f67755b3
Refactor of cli show commands:
...
- Changed `cli_show_config()`
- Removed `cli_show_config_state()`
- Replaced `cli_auto_show()` with `cli_show_auto_mode()`
2022-09-15 17:42:57 +02:00
Olof hagsand
9a224ea4a0
Fixed: [All values in list don't appear when writing "show <list>" in cli]( https://github.com/clicon/clixon/issues/359 )
...
CLISPEC change:
* Changed signature of `cli_show_auto()`,
* remove: `cli_show_auto_state()`
2022-09-15 09:48:08 +02:00
Olof hagsand
76c1566d00
Restconf callhome: idle-timeout activity timer
2022-09-14 10:43:34 +02:00
Olof hagsand
c1e4595949
Refactoring of RESTCONF/TLS close code
...
Single closing function: restconf_close_ssl_socket
Added constant HTTP_ON_HTTPS_REPLY for http request on https socket
2022-09-13 23:01:19 +02:00
Olof hagsand
e39d18d59f
with-default test: moved wd attr to under <data>
2022-09-09 13:46:20 +02:00
Olof hagsand
743076b171
With-defaults CLI support
...
Extended cli_auto_show() with with-defaults argument, also changing its signature
Example: Added with-defaults argument to clispec
C-API: Added with-defaults argument to clicon_rpc_get_config
Replaced with-defaults prefix/namespace with constants
2022-09-09 13:46:20 +02:00
Jan-Olof Carlson
42d5b6fba2
remove containers holding only default values
2022-09-09 13:46:20 +02:00
Olof hagsand
38f501be19
Extended purge argument to xml_defaults_nopresence to handle non-config case
...
Test: with-defaults: added headings to all test cases
2022-09-09 13:46:20 +02:00
Olof hagsand
15fcae3c23
Fixed: [Clixon backend transaction callback fails for empty types]( https://github.com/clicon/clixon/issues/360 )
...
Fixed: [Clixon backend transactions for choice/case is not logical](https://github.com/clicon/clixon/issues/361 )
2022-09-07 10:02:30 +02:00
Olof hagsand
ddf01503c6
libressl requires -new to openssl commands, thanks krihal
2022-09-06 12:49:08 +02:00
Olof hagsand
44501c097d
Test: restconf-callhome fixes for http/1+2 and valgrind
2022-09-06 11:34:06 +02:00
Olof hagsand
f6a964eab6
Test: pass tests for disable-http1 and disable-nghttp2
2022-09-04 15:05:06 +02:00
Olof hagsand
5e2643c382
Test: remove testdir also if skip test
2022-09-03 13:07:26 +02:00
Olof hagsand
71fc85af0b
restconf: removed try to reply on http on https error, fails on openssl 3
...
test: pipe background restconf to /dev/null
2022-09-02 19:44:53 +02:00
Olof hagsand
2eb9c6cda1
Refactored YANG min/max validation code, created new clixon_validate_minmax.[ch]
...
Added new recursive minmax check for non-presence containers
This makes validation checks stricter, including check of incoming RPCs
Renamed xml_yang_check_list_unique_minmax() to xml_yang_minmax_recurse()
Fixed again: [YANG min-elements within non-presence container does not work](https://github.com/clicon/clixon/issues/355 )
2022-09-01 18:29:17 +02:00
Olof hagsand
ad7232d1ad
Added top-level namespaces when pruning XML tree for client rpc calls and restconf GET
...
Added new xmlns_set_all()
2022-08-29 18:29:31 +02:00
Jan-Olof Carlson
9be83d6c7e
Added support for with-defaults to list pagination
2022-08-29 18:29:31 +02:00
Jan-Olof Carlson
175ed5a193
Improved testcases for RESTCONF
2022-08-29 18:29:31 +02:00
Jan-Olof Carlson
c8f98f7c3c
Added namespace when with-defaults=report-all-tagged
2022-08-29 18:29:31 +02:00
Jan-Olof Carlson
2f0f1ef5a7
FC6243 with-defaults=report-all-tagged test cases and implementation added
2022-08-29 18:29:31 +02:00
Jan-Olof Carlson
5a9d444dc6
with-default capabilities: report-all, explicit, trim
2022-08-29 18:29:31 +02:00
Jan-Olof Carlson
9771feebf3
RFC6243 with-defaults=trim test cases and implementation added
2022-08-29 18:29:31 +02:00
Olof hagsand
f3ab3006e8
Fixed: [with-defaults=trim does not work due to dodgy handling of state data marked as default]( https://github.com/clicon/clixon/issues/348 )
2022-08-29 18:29:31 +02:00
Jan-Olof Carlson
71fe10a057
with-defaults=trim does not work due to dodgy handling of state data marked as default
2022-08-29 18:27:07 +02:00
Jan-Olof Carlson
dcb78bbc26
Test performed using internal RESTCONF server
2022-08-29 18:27:07 +02:00
Jan-Olof Carlson
6bee1746e0
RFC8040 4.8.9. RESTCONF with-defaults Query Parameter
2022-08-29 18:27:07 +02:00
Jan-Olof Carlson
9647177165
Correct NETCONF error-tag when operation not supported
2022-08-29 18:27:07 +02:00
Jan-Olof Carlson
0a20348b3b
rfc6243 with-defaults Capability for NETCONF
2022-08-29 18:27:07 +02:00
Olof Hagsand
70ed85f413
Various typos
2022-08-26 12:22:30 +00:00
Olof hagsand
a516ee173d
Fixed: [YANG ordering fails for nested choice and action](YANG ordering fails for nested choice and action)
2022-08-24 13:02:38 +02:00
Olof hagsand
795ac0cc7d
Clixon-netconf: Redirect logs to syslog by default, instead of stderr
2022-08-23 19:41:02 +02:00
Olof hagsand
ba39f88936
Fixed: [YANG min-elements within non-presence container does not work]( https://github.com/clicon/clixon/issues/355 )
2022-08-23 19:40:16 +02:00
Olof hagsand
ba9b313295
Restconf callhome: idle-timeout for periodic callhome
2022-08-22 11:27:02 +02:00
Olof hagsand
9a5504eed0
Fixed: [Issues with ietf-snmp modules]( https://github.com/clicon/clixon/issues/353 )
2022-08-18 18:07:29 +02:00
Olof hagsand
74da966096
Fixed: [Missing/no namespace error in YANG augments with default values]( https://github.com/clicon/clixon/issues/354 )
...
Tests: ensure all netconf requests with identityref have declared namespaces.
* This is part of fixing [Yang identityref XML encoding is not general](https://github.com/clicon/clixon/issues/90 )
2022-08-18 16:38:24 +02:00
Olof hagsand
b748d68912
RESTCONF callhome, periodic and persistent connection-types, multiple clients
2022-08-18 16:38:24 +02:00
Olof hagsand
7e783952eb
Restconf callhome: Added YANG connection-type, test: added NACM
2022-08-12 15:05:18 +02:00
Olof hagsand
9de052c144
Test: modified test for fix [Validation of mandatory in choice/case does not work in some cases]( https://github.com/clicon/clixon/issues/349 )
2022-08-10 13:38:15 +02:00
Olof hagsand
d1553471f7
Fixed: [Validation of mandatory in choice/case does not work in some cases]( https://github.com/clicon/clixon/issues/349 )
2022-08-10 13:25:30 +02:00
Olof hagsand
3a9b276deb
Fixed struct sockaddr memory issues
...
Test: fixed docker yang repo copy
Test: disable restconf-callhome for fcgi
2022-07-31 11:33:02 +02:00
Olof hagsand
7d8ddf7697
Restconf RFC8071 call-home first working prototype
2022-07-31 09:59:52 +02:00
Olof hagsand
6f5149cc32
Clixon 5.8.0 release
2022-07-28 19:15:00 +02:00