Olof hagsand
d29c81fce0
Fixed: [clixon_snmp module crashes on snmpwalk command]( https://github.com/clicon/clixon/issues/378 )
2022-10-07 17:54:42 +02:00
Phil Heller
8abcda6f85
confirmed-commit fixes, tests
...
- fixed typo preventing evaluation of confirmed-commit logic in backend_startup
- fixed uninitialized variable warnings
- added details to CHANGELOG.MD
- added capabilities advertisement for confirmed-commit 1.0 and 1.1
- added xml hello message that uses only eom framing, for simplicity in asynch tests
- add stty restore after wait_restconf to fix console corruption in tests
- adjust test_confirmed_commit to drop perms and run as the invoking user. This will require running user to have permissions on /usr/local/var/example
- added CLI tests
2022-10-03 21:47:09 -06:00
Olof hagsand
954e5d56fd
Fixed: [unneeded trailing zero character on SNMP strings]( https://github.com/clicon/clixon/issues/367 )
2022-10-03 18:39:32 +02:00
Olof hagsand
f0c8201762
Added warning if modstate is not present in datastore if is set
2022-10-03 10:29:48 +02:00
Olof hagsand
bae92488e9
* Added defaults parameter to clicon_rpc_get_pageable_list()
...
* Test: Replaced bash coverage script with binary
2022-09-28 15:16:02 +02:00
Olof hagsand
e3f3d772c7
Fixed: [message-id present on netconf app "hello"]( https://github.com/clicon/clixon/issues/369 )
2022-09-28 15:04:11 +02:00
Olof hagsand
6063d9a147
Fixed: [SNMP smiv2 yang extension doesn't work on augmented nodes]( https://github.com/clicon/clixon/issues/366 )
2022-09-27 15:47:48 +02:00
Olof hagsand
f0def17b85
New pre version: 6.0.0.PRE
2022-09-26 12:37:52 +02:00
Olof hagsand
33297925cb
Clixon 5.9.0 autoconf
2022-09-24 17:06:48 +02:00
Olof hagsand
d06594ca0a
Release 5.9.0
2022-09-24 17:01:44 +02:00
Olof hagsand
fcc9245c35
Test: make streams optional, remove dependency on main example
2022-09-20 14:44:30 +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
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
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
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
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
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
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
7e783952eb
Restconf callhome: Added YANG connection-type, test: added NACM
2022-08-12 15:05:18 +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
7d8ddf7697
Restconf RFC8071 call-home first working prototype
2022-07-31 09:59:52 +02:00
Olof hagsand
a3b94f4781
Beginning 5.9.0.PRE
2022-07-29 08:56:14 +02:00
Olof hagsand
6f5149cc32
Clixon 5.8.0 release
2022-07-28 19:15:00 +02:00
Olof hagsand
bed6d3c739
TEXT file format: Keep backward-compatible non-top-level prefix with compile-time option TEXT_SYNTAX_NOPREFIX
...
See https://github.com/clicon/clixon/issues/345
2022-07-26 18:10:27 +02:00
Olof hagsand
57bc36d5ed
Fixed: [Clixon CLI issue: when I try to print the value of the leaf node nothing appeared]( https://github.com/clicon/clixon/issues/345 )
2022-07-26 13:32:57 +02:00
Olof hagsand
d7ed503bad
Removed debugs, updated CHANGELOG
2022-07-26 12:47:58 +02:00
Olof hagsand
9d65fb81d7
* Break-out RFC 7950 Section 6.1 tokenization
...
* This enables full string lexical parsing of some rules previously not fully compliant, including:
* refine
* user-augment
* if-feature
* Also solves previous tokenization issues
2022-07-25 09:25:11 +02:00
Olof hagsand
4514f2a538
Fixed: ["autocli:hide-show" extension cause bug in xmldb_put method #343 ]( https://github.com/clicon/clixon/issues/343 )
...
As a side-effect, added extra "autocliext" parameter to:
- clixon_xml2file()
- clixon_json2file()
- clixon_json2cbuf()
- clixon_txt2file()
2022-07-22 16:06:28 +02:00
Olof hagsand
a846989569
Fixed: [Schema Ambiguity Error with openconfig-system re: NTP]( https://github.com/clicon/clixon/issues/334 )
2022-07-16 18:11:54 +02:00
Olof hagsand
1d78241115
Merge branch 'snmp'
2022-07-15 15:54:44 +02:00
Olof hagsand
96c6cef9a0
Fixed: [YANG mandatory statements within case nodes do not work]( https://github.com/clicon/clixon/issues/344 )
2022-07-15 13:05:01 +02:00
Olof hagsand
657ddf9e87
Fixed: [Nested YANG choice does not work #342 ]( https://github.com/clicon/clixon/issues/342 )
2022-07-11 12:35:24 +02:00
Olof hagsand
5175cb8223
SNMP: Added rowstatus destroy logic
2022-07-10 12:17:01 +02:00
Olof hagsand
4cf1d04cb7
Added XPATH function boolean()
...
* This caused problem for new NTP YANG in RFC 9249
Fixed segv on anydata for http parser
2022-07-08 15:12:28 +02:00
Olof hagsand
38027c8331
Added XPATH function boolean()
...
* This caused problem for new NTP YANG in RFC 9249
Fixed segv on anydata for http parser
2022-07-08 15:11:56 +02:00
Olof hagsand
cd5b68b0b8
Adapt to clixon master
2022-06-26 11:39:58 +02:00
Olof hagsand
df687f7180
Clixon SNMP frontend
...
Added two new config options to clixon-config.yang: `CLICON_HTTP_DATA_ROOT`
Added new files: apps/snmp/snmp_mib_yang.[ch] for generic MIB/YANG handling
Test: killall quiet
Test: added specific MIB for generic code: <CLICON_SNMP_MIB>NET-SNMP-EXAMPLES-MIB</CLICON_SNMP_MIB>
2022-06-26 11:28:42 +02:00
Olof hagsand
f112580546
SNMP MIB->YANG translation file handling.
...
Added configure option --with-mib-generated-yang-dir=DIR with
default value /usr/share/mibyang where generated YANGs from MIBs
should be placed so that SNMP tests know where to find the YANGs.
2022-06-26 11:28:42 +02:00
Olof hagsand
28514c6750
Clixon SNMP frontend update
...
* Integration of testhandler.c gives proper callback handling
* YANG `clixon-config@2022-03-21.yang` changes:
* Added option:
* `CLICON_SNMP_AGENT_SOCK`
2022-06-26 11:27:54 +02:00
Olof hagsand
d72aa58f90
Initial Net-snmp frontend commit
...
Added apps/snmp with makefiles, autotools, docker adjustment
Minimal snmp_main program
2022-06-26 11:26:04 +02:00
Olof hagsand
a00e36caa2
* Full RFC 7950 if-feature-expr support (Section 7.20.2)
...
* Previous implementation did not handle nested if-feature expressions
* As part of fixing: [YANG if-feature does not support nested boolean expression](https://github.com/clicon/clixon/issues/341 )
* Added new yacc/lex parser for if-feature-expr string
2022-06-26 10:58:43 +02:00
Olof hagsand
bdb516fec9
YANG Action (RFC 7950 Section 7.15)
...
See [Support for "action" statement](https://github.com/clicon/clixon/issues/101 )
2022-06-21 15:44:02 +02:00