Commit graph

3096 commits

Author SHA1 Message Date
Olof hagsand
05263e942a Dockerfile: changed maintainer to label 2024-08-15 11:16:20 +02:00
Olof hagsand
658ad5504e regcomp issue on alpine, RE_DUP_MAX =255, Fixed by match-all fallback 2024-08-15 11:13:43 +02:00
Olof hagsand
bd5214dde1 Optmize YANG memory: Yang-type cache only for original trees 2024-08-13 13:48:53 +02:00
Olof hagsand
9da4939ee0 C-API: Extended yang_apply return value with: 2
Test: openconfig: ensure openconfig dirs searched before locally cached
2024-08-13 13:32:06 +02:00
Olof hagsand
c08dac2e5d YANG optimization: move "when" and "mymodule" to external maps 2024-08-11 14:07:33 +02:00
Olof hagsand
275cefbae7 Moved map functions from clixon_string to _map, new ptr2ptr map 2024-08-10 13:42:37 +02:00
Olof hagsand
781c9d9d27 YANG optimize, add orig pointer for derived trees
Skip some yang objects in derived trees
Add function to remove USES in augment/grouping trees
2024-08-09 12:03:14 +02:00
Olof hagsand
ca786da156 Fixed signal handling of recv message
Revert to signal handling in 6.5 that was changed in the netconf uniform handling in 7.0
2024-08-06 11:27:20 +02:00
Mico Micic
a2fe24937b Set pointer to NULL after free 2024-08-01 06:51:28 +02:00
Mico Micic
87921cb740 Add snmp trap settings for test 2024-08-01 06:51:28 +02:00
Mico Micic
1a248b75e5 Fix memory leak 2024-08-01 06:51:28 +02:00
Mico Micic
8ee9b82152 Fix code formatting and naming 2024-08-01 06:51:28 +02:00
Mico Micic
7d70325125 Add test for snmp v2 traps 2024-08-01 06:51:28 +02:00
Mico Micic
48a15a87f1 Fix missing include 2024-08-01 06:51:28 +02:00
Mico Micic
4920b9d32b Add support for snmp v2 traps 2024-08-01 06:51:28 +02:00
Olof hagsand
af29a0f974 Added YANG_SPEC_LINENR compile-time option 2024-07-31 14:33:31 +02:00
Olof hagsand
aa4feee03e New: [CLI simple alias](https://github.com/clicon/cligen/issues/112) 2024-07-24 17:14:38 +02:00
Olof hagsand
9ee55441ac Pagination test/doc errors 2024-07-22 09:23:02 +02:00
Olof hagsand
816238029d Fixed: [NETCONF error reply from failed leafref rquire-instance does not comply to RFC 7950](https://github.com/clicon/clixon/issues/53 2024-07-22 09:18:27 +02:00
Olof hagsand
07a1fa164f List pagination, uniform config/state handling with new attributes
New `clixon-lib@2024-04-01.yang` revision and list_pagination_partial_state extension
2024-07-17 14:39:48 +02:00
Olof hagsand
05c881dc39 List pagination: Added where and direction parameter for configured data 2024-07-16 15:33:09 +02:00
Olof hagsand
36f3c95768 List-pagination sort-by parameter 2024-07-11 22:45:15 +02:00
Olof hagsand
ad5312d824 Add ietf-system-capabilities and adapt all tests 2024-07-09 17:38:07 +02:00
Olof hagsand
28bede2c8f Updated ietf-list-pagination YANGs to 2024-07-08 2024-07-09 10:17:13 +02:00
Olof hagsand
f6cafd76ed Revert configure version change 2024-07-04 19:24:14 +02:00
Olof hagsand
4b9ee6740b C-API changes: Replace yn_each with yn_iter, add keyw argument to yang_stats() 2024-07-04 18:27:14 +02:00
Olof hagsand
3e07a1d279 configure version major/minor derived from git
Remove compile-time COMPAT_6_5 and IDENTITYREF_KLUDGE
2024-07-03 12:55:02 +02:00
Olof hagsand
7aac03ba5e Clixon 7.1.0 2024-07-03 09:21:23 +02:00
Olof hagsand
58358fb6da Misc formatting 2024-07-02 15:02:18 +02:00
Kristofer Hallin
f42a5ba87e Changed indentation for documentation of cli_start_program. 2024-07-02 15:00:12 +02:00
Kristofer Hallin
703114f64b Make cli_start_program handle arguments to scripts. 2024-07-02 15:00:12 +02:00
Olof hagsand
419e8312f9 Replaced YANG find share algorithm, use direct yanglib diff 2024-06-30 09:46:15 +02:00
Olof hagsand
803da7b76a Loosen yang namespace sanity check to warning 2024-06-29 15:19:50 +02:00
Olof hagsand
68bf76201c CLI show mem: show as MiB/GiB etc 2024-06-29 10:29:32 +02:00
Olof hagsand
c53877eb78 YANG namespace sanity check
YANG shared fix for empty revisions
2024-06-29 10:27:42 +02:00
Olof hagsand
9a553bdcaa Re-add option CLICON_NETCONF_DUPLICATE_ALLOW 2024-06-24 08:40:36 +02:00
Olof hagsand
c2841d6e40 Various memory and file resource cleanup after valgrind tests 2024-06-23 18:46:44 +02:00
Olof hagsand
78cd42c15d Test: mem.sh rm files, rm commit tests from datastore_multi 2024-06-23 10:49:13 +02:00
Olof hagsand
5b8828c530 YANG ref count for shared fixed 2024-06-22 21:19:52 +02:00
Olof hagsand
5351ac0ffc Test: vagrant update 2024-06-22 16:30:27 +02:00
Olof hagsand
a80c9b0f8e Fix: wrong typedef 2024-06-20 21:58:35 +02:00
Olof hagsand
8a2217ff6d Improved show memory 2024-06-20 21:58:35 +02:00
Хроменок Роман Владимирович
1f118ecacc add comment for function 2024-06-20 14:03:38 +02:00
Хроменок Роман Владимирович
4632d13559 an empty line in the examples has been deleted 2024-06-20 14:03:38 +02:00
Хроменок Роман Владимирович
7253b8a07a edit format in operator else 2024-06-20 14:03:38 +02:00
Хроменок Роман Владимирович
1f2313dadb remove run functions in example.cli 2024-06-20 14:03:38 +02:00
Хроменок Роман Владимирович
0c6d9fc51c fixed formatting for the cli_start_program function 2024-06-20 14:03:38 +02:00
Хроменок Роман Владимирович
d9f7669b9e add find work dir in path script 2024-06-20 14:03:38 +02:00
Хроменок Роман Владимирович
be7c5eb7ca change getpwuid on getpwuid_r
remove exit()
edit chdir in chold process
2024-06-20 14:03:38 +02:00
Хроменок Роман Владимирович
c831300a14 The description is aligned with the function 2024-06-20 14:03:38 +02:00