Olof hagsand
67e6e5e5e1
Preparations for Clixon 6.0 release
...
Test:
- netconf-monitoring using http-data disabled for restconf=fcgi
- updated cicd.sh script with detail and change logfile
2022-11-29 10:00:41 +01:00
Olof hagsand
c94e9dad67
Feature Request: Support RFC 6022 (NETCONF Monitoring)
...
* Added capabilities and schema state, and get-schema rpc
* New `clixon-config@2022-11-01.yang` revision
* Added option:
* `CLICON_NETCONF_MONITORING`
* `CLICON_NETCONF_MONITORING_LOCATION`
2022-11-28 15:53:24 +01:00
Olof hagsand
8ebab16c4c
Add proper error message if namespace not found in module-set header
2022-11-28 13:50:41 +01:00
Olof hagsand
7a388b960a
Docker: Add a delay until snmpd unix socket created
2022-11-28 10:33:11 +01:00
Olof hagsand
2cdc78c576
Fixed static compile of util validate
...
FIxed mem-leaks on xpath errors
Test: valgrind of confirmed-commit
2022-11-25 17:57:24 +01:00
Olof hagsand
e27336e054
C-API change yang_print: print top-level and add pretty-print parameter
...
Test: Fix valgrind dlclose suppresion
2022-11-24 17:42:48 +01:00
Olof hagsand
05372c86fc
Added copyright for cjson code
2022-11-23 09:59:26 +01:00
Olof hagsand
a9a82d6e0c
Load RFC6022 ietf-netconf-monitoring, first step
2022-11-23 09:54:56 +01:00
Olof Hagsand
9217821492
Merge pull request #383 from nowaits/master
...
add regex unicode match support
2022-11-23 09:51:49 +01:00
jiangxiaoming
4839a633e3
add regex unicode match support
2022-11-23 11:35:41 +08:00
Olof hagsand
a3bb271432
cli show config json: add {} clause for empty
2022-11-19 11:13:27 +01:00
Olof hagsand
caef594dbe
Error handling for CLI
...
Continue, do not exit on read/expand errors
Accept -1 error without clicon_err in callbacks / expand
C-API: Three-value return of clicon_cliread
2022-11-19 11:11:08 +01:00
Olof hagsand
f82ce896a9
Typos and docker test fix for ubuntu-22.04
2022-11-10 11:40:54 +01:00
Olof hagsand
d5c657bde3
Removed YANG_ORDERING_WHEN_LAST compile-time option (obsolete since 5.4)
2022-11-07 10:47:08 +01:00
Olof hagsand
1683723b1d
Removed JSON_CDATA_STRIP compile-time option (obsolete since 5.4)
2022-11-07 10:07:10 +01:00
Olof hagsand
4b21a05bcc
Fixed IDENTITYREF_KLUDGE removal #2
2022-11-07 09:19:29 +01:00
Olof hagsand
b0f898cf66
Fixed: [Yang identityref XML encoding is not general]( https://github.com/clicon/clixon/issues/90 )
...
* Revisiting this issue now seems to work, there are no regressions that fail when disabling IDENTITYREF_KLUDGE.
2022-11-05 12:07:44 +01:00
Olof hagsand
779fcf5458
Fixed xpath crashes discovered by fuzzing
...
Added fuzz code for xpath
Test: added negative xpath tests
2022-11-04 17:45:54 +01:00
Olof hagsand
05cdbf5c4f
* List-pagination: Adhere to ietf-draft: Removed list-pagination "presence"
...
* Remove default expansion in NETCONF client
* C-API: Added `expanddefault` parameter to `xml_yang_validate_rpc()`
2022-11-02 11:25:06 +01:00
Olof hagsand
c2faf8b96c
Main example: Removed dependency of external IETF RFCs
...
+ * See [Can't initiate clixon_backend](https://github.com/clicon/clixon/issues/382 )
2022-11-01 12:20:30 +01:00
Olof hagsand
e3d621c66d
Fixed: SEGV when using NETCONF get filter xpath and non-existent key
...
* eg `select="/ex:table[ex:non-exist='a']`
2022-11-01 11:13:40 +01:00
Olof hagsand
56f4bb45cc
* Added PRETTYPRINT_INDENT compile-time option controlling indentation level for XML,JSON and TEXT
...
* Default value is `3`
2022-10-31 14:20:14 +01:00
Olof hagsand
1830381249
Fixed CLI show config JSON pretty-print, removed too many spaces
...
Test: added CLI show config tests for prett-print and cli_show_config()
2022-10-31 11:26:53 +01:00
Olof hagsand
c93f264215
Added final \n to JSON pretty-print output
...
This was a correction of fix to: [CLI Show config JSON with multiple top-level elements is broken](https://github.com/clicon/clixon/issues/381 )
2022-10-29 16:06:15 +02:00
Olof hagsand
83f71529d7
Fixed: [CLI Show config JSON with multiple top-level elements is broken]( https://github.com/clicon/clixon/issues/381 )
...
C API: Added skiptop parameter to xml2json_vec
2022-10-28 15:19:41 +02:00
Olof hagsand
097aeb0320
Test: snmp ifmib typo
2022-10-27 15:50:09 +02:00
Olof Hagsand
4787b3a7b9
Merge pull request #372 from clicon/test_ifxtable
...
snmpwalk test for ifXTable and augmented MIB.
2022-10-27 15:04:33 +02:00
Olof Hagsand
86b692921a
Merge pull request #373 from pheller/fix-editorconfig
...
Improve .editorconfig
2022-10-27 15:02:45 +02:00
Olof Hagsand
be74256d81
Merge branch 'master' into fix-editorconfig
2022-10-27 15:02:34 +02:00
Olof hagsand
d84c529ff1
[Code formatting: Change indentation style to space]( https://github.com/clicon/clixon/issues/379 )
...
* Applies to all c/h/y/l/sh files and .editorconfig
2022-10-27 14:21:17 +02:00
Olof hagsand
a9d1ab006c
Confirmed commit: lock check on running
2022-10-26 20:18:57 +02:00
Olof hagsand
7976303ef2
Confirmed-commit handle drop privileges
...
Create and drop priv of rollback datastore on startup
Reverted xmldb to truncate instead of deleting datastores due to privileges drop
2022-10-26 14:39:47 +02:00
Olof hagsand
ba48521d99
Confirmed commit: removed is_valid_confirming_commit global variable
2022-10-26 11:00:44 +02:00
Olof hagsand
05b31508a1
* Fixed: [Non-obvious behavior of clixon_snmp after snmpset command when transaction validation returns an error]( https://github.com/clicon/clixon/issues/375 )
...
* Fixed by validating writes on ACTION instead of COMMIT since libnetsnmp seems not to accept commit errors
2022-10-25 16:32:48 +02:00
Olof hagsand
3a5d156690
Docs: C struct style
...
Tests: changed waiting->wait backend
2022-10-24 13:54:11 +02:00
Olof hagsand
62e652bbcf
Confirm-commit refactoring
...
Moved commit-confirm code to backend_confirm.c and removed (almost all) globals vars
2022-10-24 10:54:51 +02:00
Olof hagsand
6f0bd01a6a
Confirm-commit RESTCONF support
2022-10-18 10:56:14 +02:00
Olof hagsand
1eb78a78f8
Fixed: [YANG when condition evaluated as false combined with a mandatory leaf does not work]( https://github.com/clicon/clixon/issues/380 )
...
Replaced yang_mandatory() with yang_xml_mandatory() by extending existing it with when check
2022-10-17 13:49:55 +02:00
Olof hagsand
83663d4d15
Fixed: [Trying to change the "read-only" node through snmpset]( https://github.com/clicon/clixon/issues/376 )
2022-10-09 17:02:08 +02:00
Olof hagsand
c4e69b76cf
Doxyfile for graphs
2022-10-09 12:10:12 +02:00
Olof hagsand
aff69127b6
Fixed: [Trying to change the "config false" node through snmpset]( https://github.com/clicon/clixon/issues/377 )
...
* Fixed by returning `SNMP_ERR_NOTWRITABLE` when trying to reserve object
2022-10-09 11:59:26 +02:00
Olof hagsand
d2c3b903f1
SNMP: set commit fail error
2022-10-09 11:11:17 +02:00
Olof hagsand
dd1e5966fb
Test: killed backend in snmp tests
2022-10-08 17:19:24 +02:00
Olof hagsand
575429caa1
* Fixed: [Non-obvious behavior of clixon_snmp after snmpset command when transaction validation returns an error]( https://github.com/clicon/clixon/issues/375 )
...
* Changed `clicon_rpc_commit()` and `clicon_rpc_validate`: Added three-value return.
2022-10-08 17:17:04 +02:00
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
Olof hagsand
11eccd5478
Confirm commit:
...
- Removed confirm-commit 1.0 capability (only 1.1 present)
- Made startup capability conditional (as confirmed-commit)
- Fixed startup error when rollback did not exist
- Adjust snmp commit calls
- Move failsafe to lib
- Test: Minimized test application, test capability
2022-10-07 16:04:31 +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
Phil Heller
284316b646
Initial implementation of NETCONF confirmed-commit
2022-10-03 21:44:35 -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
4a5e0c1832
C API: Exposed clicon_log_str()
2022-10-03 10:33:07 +02:00