stass
22b78f0fe6
fix test
2023-03-29 14:25:04 +03:00
stass
ba3558bd36
fix test
2023-03-28 19:17:46 +03:00
stass
c4ca4ed962
Fix test
2023-03-28 18:35:43 +03:00
stass
175f9a2136
Support union with are same subtypes with SNMP
2023-03-28 18:10:21 +03:00
Olof hagsand
2c104daee2
Since 6.1 RESTCONF PUTs have added clixon-lib namespace for attributes.
...
These empty namespaces are removed.
2023-03-27 12:57:24 +02:00
Olof hagsand
da2edceb7e
* Added new functions: xml_tree_equal and xpath2xml
...
* RFC 8528 yang schema mount-points:
* Made expand_dbvar and cli_dbxml mountpoint-aware (RFC 8528)
* autocli supportgenerate
* Made api_path2xml and xml2api_path mount-point-aware
* Temporar fix in clixon_custom.h: XPATH_CANONICAL_SKIP_CHECK
* `xml2xpath()`: Added `apostrophe` as 4th parameter, default 0
* removed extra assert.h includes
2023-03-23 22:16:33 +01:00
Olof hagsand
453e97ef6b
Test: removed http/1.0 test that seems to stop working in new curl version?
2023-03-04 10:58:29 +01:00
Olof hagsand
1f5df800bc
Restconf: Added fallback mechanism for non-ALPN HTTPS
...
* Set `CLICON_RESTCONF_NOALPN_DEFAULT` to `http/2` or `http/1.1`
* For http/1 or http/2 only, that will be the default if no ALPN is set.
2023-03-03 16:05:31 +01:00
Olof hagsand
72a4494b69
Clixon 6.1
...
Reviewed documentation, changelog, etc
2023-02-19 11:35:37 +01:00
Olof hagsand
994632daac
Test adaption to new openconfig version
...
Last minute changes to readme:s before 6.1.0
2023-02-18 12:10:58 +01:00
Olof hagsand
585e725aec
Yang schema mount: replaced config --enable-yang-schame-mount with runtime option CLICON_YANG_SCHEMA_MOUNT
...
Added config and validation-level as parameters to ca_yang_mount
2023-02-17 16:39:39 +01:00
Olof Hagsand
ecd60fbcfe
Merge pull request #418 from kernelkit/kkit
...
Misc. build fixes encountered when cross-compiling
2023-02-17 09:52:42 +01:00
Olof hagsand
204c704b3a
Test: moved unsetting of vars to endtest
2023-02-15 13:59:21 +01:00
Olof hagsand
585823a609
Memory leaks
2023-02-14 16:42:43 +01:00
Olof hagsand
0ef0970c04
Implemented: [Request to suppress auto-completion for "deprecated" / "obsolete" status and warn the user.]( https://github.com/clicon/clixon/issues/410 )
2023-02-14 16:42:43 +01:00
Joachim Wiberg
e36a4e3016
test: temporary fixes DROP BE BEFORE PUSH
...
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2023-02-14 15:39:23 +01:00
Olof Hagsand
fcf9a8b0b0
C-API: Exposed diff function
...
Test: double leaf validate test
2023-02-13 20:23:18 +01:00
Olof hagsand
d358387d39
* Fixed: [State XML validation error when CLICON_MODULE_LIBRARY_RFC7895=true and ietf-yang-libra$
...
* Removed obsolete option: `CLICON_MODULE_LIBRARY_RFC7895'
* Obsolete config options given in the confi file are considered an error
* Added section in CONTRIBUTING relating to optimzation
* Changed reset merge to implicit default values.
* This avoids a potential overwriting of explicitly set default values in the existing config
* Adapted some code to [Make cligen_* functions const ](https://github.com/clicon/cligen/pull/83 )
* Test: fixed test for * Fixed: [datamodel tree generated from basemodel tree is not proper when a list has more than one key and key is of enum type](https://github.com/clicon/clixon/issues/417 )
2023-02-12 16:19:27 +01:00
Olof hagsand
8f7ae33262
Yang schema mount: repaired yanglib statedata mountpoint
...
Example: patch to fix "dual xpath" issue
2023-02-08 15:00:07 +01:00
Olof hagsand
56f15aeefd
SNMP mem tests: increase timeout for walk and table, use single snmp tools macro
2023-02-06 12:46:55 +01:00
stass
3436a19ee4
Scalars do not have a .0 suffix
...
See https://github.com/clicon/clixon/issues/401
2023-02-06 10:47:03 +01:00
Olof Hagsand
48a0fb9968
Sanity checks for incoming internal netconf
...
Hex debug of messages
2023-02-05 14:14:57 +01:00
Olof hagsand
6681eb99d3
Netconf monitoring statistics frm RFC 6022
2023-02-04 17:13:45 +01:00
Olof hagsand
a203f6cde7
Updated extraxml reset callback example and added a regression test
2023-02-02 12:17:52 +01:00
Olof hagsand
6d82c70e26
Investigation of https://github.com/clicon/clixon/issues/414
...
New tests and help texts
2023-02-02 07:32:27 +01:00
Olof hagsand
91034e5361
YANG schema mount, added configure option --enable-yang-schema-mount
2023-01-30 11:49:11 +01:00
Olof Hagsand
a8e13047fc
* YANG schema mount RFC 8528, state data
2023-01-27 15:11:08 +01:00
Olof hagsand
da9bfcbb53
* Changed debug levels in clicon_debug() to be based on maskable flags
...
* Added flag names: `CLIXON_DBG_*`
* Added maskable flags that can be combined when debugging:
* `DEFAULT` = 1: Basic debug message, espcially initialization
* `MSG` = 2: Input and output packets, read datastore
* `DETAIL` = 4: Details: message dump in hex, xpath parse trees, etc
* `EXTRA` = 8: Extra detailed logs
* Test: some errors in yang-lib where content-id was in wrong place
2023-01-27 14:56:58 +01:00
Olof hagsand
8451a20db7
Improved error message when mandatory key missing
2023-01-19 09:13:52 +01:00
Olof hagsand
923b998774
* Fixed: Initialized session-id to 1 instead of 0 following ietf-netconf.yang
...
* Clearer debug levels `clicon_debug()`:
1: Logical debug message
2: Input and output packets
3: Message dump in hex, xpath parse trees
2023-01-18 15:51:31 +01:00
Olof hagsand
3428f4d5ff
Fixed: [snmpwalk doesn't show properly SNMP boolean values which equal false]( https://github.com/clicon/clixon/issues/400 )
2023-01-16 12:10:16 +01:00
Olof hagsand
000cb866c2
RFC 8525:
...
- Change from RFC 7805: Remove revision if empty instead of sending empty revision
RFC 6022
- Added cli identity to RFC6022 transport
- Added source-host for natove restconf, bit no other sessions
2023-01-15 22:44:00 +01:00
Olof hagsand
3916fa919c
Netconf monitoring RFC 6022 Sessions ( https://github.com/clicon/clixon/issues/370 )
...
- statistics and transport/source-host parameters
- extended internal NETCONF hello with transport and source-host attributes
clixon-lib,yang
- Moved all extended internal NETCONF attributes to the clicon-lib namespace
C-API:
- wrapped most attribute creation into new fn xml_add_attr()
2023-01-15 12:36:59 +01:00
Olof hagsand
bcca87b1a0
Fixed: [locally scoped YANG typedef in grouping does not work #394 ]( https://github.com/clicon/clixon/issues/394 )
2023-01-03 21:45:21 +01:00
Olof hagsand
6fedf65de7
C-API: Changed type of veclen parameter to size_t in xpath_vec_flag()
...
Rewrite of sed -e to be portable to freebsd
2022-12-29 15:49:19 +01:00
Olof hagsand
5b9921933a
Freebsd socketpair include problems and lack of TAB in vagrant Makefile
2022-12-27 11:58:13 +01:00
Olof hagsand
ca23b63a4e
Fixed: [leafref in new type no work in union type]( https://github.com/clicon/clixon/issues/388 )
2022-12-27 11:29:22 +01:00
Olof hagsand
62b40a9397
Netconf monitoring RFC 6022: datastores
2022-12-23 14:47:10 +01:00
Olof hagsand
ffe918dd0e
Fixed: [Defaults in choice does not work properly]( https://github.com/clicon/clixon/issues/390 )
...
C: Added new file clixon_xml_default.[ch] and moved all default handling there
2022-12-22 12:13:20 +01:00
Olof hagsand
7e92f67f4f
RFC6022 montoring fix: submodules should report main module's namespace
2022-12-20 20:09:18 +01:00
Olof Hagsand
29eb22d47c
Merge pull request #389 from clicon/issue#384
...
Issue#384: with-defaults basic-mode is not honored on get-config
2022-12-20 14:03:39 +01:00
Olof hagsand
8db7892e38
sanity checkof xret in param
...
test: updated to new openconfig network-instance version
2022-12-20 13:47:08 +01:00
Jan-Olof Carlson
979d5d9ca2
Update tests to explicit basic mode retrieval. RFC6243
2022-12-20 09:44:00 +00:00
Jan-Olof Carlson
8883d012c7
Set basic mode retrieval to explicit by default. RFC6243
2022-12-19 20:30:11 +00:00
Olof hagsand
0d41d49fa9
Moved with-defaults processing from get(-config) to xmldb_get when reading db
...
With-defaults: fixed cornercase in xpath used in list pagination
C-API: Added `with-defaults` parameter (default 0) to `xmldb_get0()`
2022-12-18 19:59:02 +01:00
Olof Hagsand
6baa904039
Added CLIXON_CLIENT_SSH to client API to communicate remotely via SSH netconf sub-system
...
configure: stringified SSH_BIN
C-API: Added `sock_flags` parameter to `clixon_proc_socket()`
2022-12-08 15:13:05 +01:00
Olof hagsand
100f15b699
Add SSH_BIN compile-time option
...
Clarify documentation of internal netconf message struct
2022-12-07 12:15:08 +01:00
Olof hagsand
0577d2a2e9
Netconf monitoring: test of yang get-schema
2022-12-04 18:47:38 +01:00
Olof hagsand
a38c54e4cc
Netconf monitoring:
...
- Announce module capability
- Return origin Yang file in get-schema
2022-12-04 13:10:14 +01:00
Olof hagsand
981d6f3797
Cleanup: vagrant typo
2022-12-03 18:48:08 +01:00