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
Mico Micic
427a7db88a
Adapt to new bits library functions api
2024-04-03 10:19:34 +02:00
Mico Micic
a8e8ab997e
Code formatting
2024-04-03 10:19:34 +02:00
Mico Micic
5c05748cfe
Implement SNMP bits data type support
2024-04-03 10:19:34 +02:00
Olof hagsand
22c09b79f7
Add SNMP bits type
2024-02-29 14:20:03 +01:00
Mico Micic
891b0b0c9e
SNMP octet scring has a defined length and does not need a null separator
2024-02-29 11:30:54 +01:00
Olof hagsand
4e3bd6fbdd
Symbolic and combined debug names in cmd-line of all applications
...
New debug levels: BACKEND, CLI, NETCONF,RESTCONF, SNMP, STREAM
2024-02-02 11:54:12 +01:00
Olof hagsand
9ecc7e0791
Refactor enum2int API
2024-01-29 10:59:04 +01:00
Olof hagsand
121cd3ed2e
Debug: ensured all exit logs are on the format: retval:%s
2024-01-24 10:03:28 +01:00
Philip Prindeville
cf2e27b43d
Drop __FUNCTION__ from clixon_debug() calls
2024-01-11 17:29:37 +01:00
Philip Prindeville
0ec1e0a686
Discriminate APP debugging
2024-01-10 20:06:38 +01:00
Philip Prindeville
063c8d664f
Messages can't be DETAIL alone so pair with DEFAULT
2024-01-10 20:06:38 +01:00
Olof hagsand
0fff9d8ef5
Fixes after coverity analysis
2023-12-30 19:49:03 +01:00
Olof hagsand
24a4991ec8
Restructured error,debug anf log API
...
Renamed functions clicon->clixon, replaced global variables w access functions
Unified clicon_netconf_error with clixon_err()
2023-12-18 08:29:14 +01:00
Olof hagsand
16a7fa3837
SNMP union leak (see https://github.com/clicon/clixon/pull/461 )
...
Added docker-snmp-mem test
2023-11-02 16:26:21 +01:00
Olof hagsand
62348fc9c7
C-style update: Unified comment, retvals in order, remove trailing spaces
...
Changed function name for `clicon_debug` functions
2023-10-23 09:58:13 +02:00
Olof hagsand
a0df12134a
Fixed: [if-feature always negative if imported from another module]( https://github.com/clicon/clixon/issues/429 )
...
Apply styleguide to snmp patch
2023-05-05 17:54:10 +02:00
stass
2b3dd6e133
Adapted to style guidelines
2023-04-27 15:50:37 +03:00
stass
cc951fc3be
Add union test
2023-04-02 14:59:49 +03:00
stass
175f9a2136
Support union with are same subtypes with SNMP
2023-03-28 18:10:21 +03:00
Olof hagsand
995c3b2c67
typo in rearrange includes; unused reason parameter in snmp_lib
2023-03-03 17:41:02 +01:00
stass
980c7d082f
Add support decimal64 for snmp
...
Signed-off-by: Dmitry Grinberg <dima.g@siklu.com>
2023-02-21 11:57:00 +02:00
Olof hagsand
af1f5a037d
Fixed: [SNMP: snmpwalk is slow and can timeout #404 ]( https://github.com/clicon/clixon/issues/404 )
...
Optimized yang_extension_value
2023-02-01 14:57:51 +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
b3dcee9639
* YANG schema mount RFC 8528, Initial commit (work in progress)
...
* Keep track of YANG unknowns with ys_cvec of EXTENSION
* C-API: Init ys_cvec to NULL, added yang_cvec_add() and adjusted code to use it
2023-01-20 16:16:02 +01:00
Olof Hagsand
b58635554c
Merge pull request #406 from StasSt-siklu/SNMP_accepts_only_u32_and_u64
...
Added translation from Yang type to SNMP type
2023-01-19 09:10:48 +01:00
doronb
c0526fad9c
Fixed: [Yang leaves without smiv2:oid directive are not shown well in snmpwalk] ( https://https://github.com/clicon/clixon/issues/398 )
2023-01-18 14:53:25 +02:00
stass
11560e7d4f
Added translation from Yang type to SNMP type
2023-01-17 17:57:56 +02: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
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
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
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
49d19b263c
SNMP: Internal cache handling for rowstatus
...
Test: prefix SN=0 instead of CS=0 for override clixon_snmp start
2022-07-11 10:07:48 +02:00
Olof hagsand
5175cb8223
SNMP: Added rowstatus destroy logic
2022-07-10 12:17:01 +02:00
Olof hagsand
714e41c627
SNMP: rowstatus for go and wait
...
Remaining: destroy and internal state
2022-07-09 16:41:21 +02:00
Olof hagsand
d79d0aa933
SNMP Support for display-hint "255t" for fixed string translation
2022-07-09 12:41:58 +02:00
Olof hagsand
d9cdd669d2
SNMP: Add IPaddress scalar to clixon mib and fix ipv4 set translation
2022-07-08 10:32:25 +02:00
Olof hagsand
f6fe9f6a64
SNMP: fix SNMP set access of table entries
...
[Conversion of ethernet address (PhysAddress) and IP address (IPAddress) crashes agent](https://github.com/clicon/clixon/issues/340 )
Hwaddress and IP adress for scalar and table set should now work
2022-06-26 11:31:28 +02:00
Olof hagsand
ebfd173e0b
SNMP: Dynamic table fixes
2022-06-26 11:30:29 +02:00
Olof hagsand
150ad3ab8b
SNMP: Large refactorings and new dynamic table support
2022-06-26 11:30:29 +02:00
Olof hagsand
94c00a2584
SNMP: Step towards dynamic tables
2022-06-26 11:30:29 +02:00
Olof hagsand
5d1c78ead5
SNMP: refactor type translation using orig-table
2022-06-26 11:30:29 +02:00
Kristofer Hallin
22b2ed51f5
Added types DateAndTime and UUIDorZero
2022-06-26 11:30:29 +02:00
Olof hagsand
05615c2ee5
SNMP: Translate AutonomousType to oid
2022-06-26 11:30:29 +02:00
Olof hagsand
b5d17d643a
SNMP: Started register table entries dynamically
...
Compile-time constant: SNMP_TABLE_DYNAMIC
Added MIB SNMP erroir handling
2022-06-26 11:30:29 +02:00
Olof hagsand
78c070b65b
SNMP frontend: String table index
2022-06-26 11:29:40 +02:00
Olof hagsand
a0e6536bab
Added Siklu sponsorship text
2022-06-26 11:29:40 +02:00
Olof hagsand
ef640772df
SNMP Frontend, fix handling of snmpd down and memory leaks
...
If snmpd is down, clixon_snmp does not start
If snmpd stops, clixon_snmp quits
Mem leaks fixed
2022-06-26 11:29:40 +02:00
Olof hagsand
ff52cad3a8
SNMP frontend: Types and indexes
...
Added timestamp and inet address
First go at index names
2022-06-26 11:29:40 +02:00
Olof hagsand
b3a6700fd5
SNMP frontend, forgot add some files in last commit
2022-06-26 11:29:40 +02:00