Vojtech Vilimek
151fa4b6b2
SNMP: Bugfixes, minor code improvements
2023-10-25 12:41:23 +02:00
Vojtech Vilimek
0caf003bf5
SNMP: Remove development comments
2023-10-19 17:02:52 +02:00
Vojtech Vilimek
3b87af96f3
Merge branch 'vv-test' into proto-snmp
2023-10-19 16:32:38 +02:00
Vojtech Vilimek
e15f38e082
SNMP: Bare support for agentx-TestSet-PDU
2023-10-19 16:27:04 +02:00
Vojtech Vilimek
faa6262573
SNMP: Code improvements
2023-10-19 16:20:37 +02:00
Vojtech Vilimek
6c59bcdfbb
SNMP: Remove old code
2023-10-19 16:15:15 +02:00
Vojtech Vilimek
f2f9810b86
fixup! An unexpected NULL pilgrim
2023-10-19 16:03:22 +02:00
Vojtech Vilimek
728e968ba7
SNMP: Refactoring - Comments, Logging
2023-10-19 15:59:13 +02:00
Vojtech Vilimek
3488d0e0a7
SNMP: Refactoring - Comments, Logging
2023-10-18 18:17:58 +02:00
Vojtech Vilimek
7b79f55ae9
SNMP: Add bgp trie cleanup
2023-10-18 17:39:36 +02:00
Vojtech Vilimek
9f4a68be73
SNMP: Minor changes in get, get_next handling
2023-10-18 13:31:35 +02:00
Vojtech Vilimek
778906d168
SNMP: BGP4-MIB add LocalIdentifier
2023-10-11 11:21:19 +02:00
Vojtech Vilimek
2211644ed3
SNMP: Context support and improved registering
2023-09-11 13:41:39 +02:00
Vojtech Vilimek
14bcba7040
SNMP: Refactoring
2023-09-04 14:01:08 +02:00
Vojtech Vilimek
730666be7f
SNMP: Add timeout config option, refactoring
2023-09-04 13:58:59 +02:00
Vojtech Vilimek
8a1f2dba66
SNMP: BGP4-MIB notifications
2023-09-04 13:53:45 +02:00
Vojtech Vilimek
c765faef17
SNMP: Refactoring (readability)
2023-09-04 13:51:29 +02:00
Vojtech Vilimek
eb5bd00de4
SNMP: Refactoring (order)
2023-09-04 13:48:28 +02:00
Vojtech Vilimek
7543da15d8
SNMP: Remove transmit hook, new macros
2023-09-04 13:46:02 +02:00
Vojtech Vilimek
df28d1cbe8
Testing Notify-PDU
2023-09-04 09:25:51 +02:00
Vojtech Vilimek
3c718d162c
Minor bugfix
2023-08-30 17:22:52 +02:00
Vojtech Vilimek
4c29a3911e
Big code cleanup
2023-08-08 21:51:38 +02:00
Vojtech Vilimek
b3f8b3124d
Bugfixes
2023-08-08 20:47:30 +02:00
Vojtech Vilimek
c6bcdf8687
Fix BGP identifier values in BGP4-MIB
2023-08-08 19:54:40 +02:00
Vojtech Vilimek
5f936b4442
Register-PDU distinguish between instance/tree reg.
...
Other changes include simplification of large TX buffer when it's insufficient
and purge of additional_buffer.
2023-08-08 19:00:54 +02:00
Vojtech Vilimek
bdf68b3240
Extension for varbind TimeTicks, varbind type sizes
2023-08-08 17:00:20 +02:00
Vojtech Vilimek
c8cda68762
fixed snmp_test.c test suite
2023-07-26 14:34:55 +02:00
Vojtech Vilimek
4c7828779e
mainly visual tweaks
2023-07-26 14:34:01 +02:00
Vojtech Vilimek
3c26f49107
changes in subagent.c API
2023-07-26 14:30:34 +02:00
Vojtech Vilimek
9f8950d4d7
changes in bgp_mib.c API (mainly)
2023-07-26 14:02:23 +02:00
Vojtech Vilimek
ec7d4fd52c
Add missing prefix file
2023-07-11 14:44:49 +02:00
Vojtech Vilimek
c65d2299bd
code cleanup
2023-07-11 14:34:59 +02:00
Vojtech Vilimek
6a097ebd55
Completed trie API changes
...
Minor bug fixes in trie_walk_init() with associated tests.
2023-07-11 14:23:07 +02:00
Vojtech Vilimek
362081da85
changes in trie_walk_init() - preview
2023-07-06 12:02:42 +02:00
Vojtech Vilimek
b290284769
tests pass (several times)
2023-07-05 11:59:10 +02:00
Vojtech Vilimek
70ec873ebe
temporal
2023-07-04 10:07:40 +02:00
Vojtech Vilimek
3719d746bc
tmp: tmp progress on trie API
2023-04-28 11:10:01 +02:00
Vojtech Vilimek
7e68ba64a9
tmp: enhancements in trie api changes
2023-04-14 11:30:55 +02:00
Vojtech Vilimek
01e16f0e09
Extend the trie_walk_init api + test
...
The trie_walk_init() function now supports also searching whole trie
subnet and all successor subnets (in lexicographic order). This behavior
can be accomplished by setting @net, and @include_successors to subnet,
and non-zero respectivelly.
2023-04-07 17:27:20 +02:00
Vojtech Vilimek
972c717c56
tmp: minor changes
2023-03-31 09:56:39 +02:00
Vojtech Vilimek
14a4535cf0
tmp: minor changes
2023-03-31 09:56:03 +02:00
Vojtech Vilimek
ed676cd1c5
tmp: minor changes + fixed tests
2023-03-24 15:02:23 +01:00
Vojtech Vilimek
3ec802e7f0
tmp: add new bgp mib entry support (bgpPeerTable)
2023-03-24 15:01:35 +01:00
Vojtech Vilimek
d4d925cbea
tmp: add new helper function
2023-03-24 15:00:54 +01:00
Vojtech Vilimek
fb2e47d566
tmp: fix parsing multiple in rx buffer
2023-03-14 14:10:08 +01:00
Vojtech Vilimek
908aa67e1c
tmp: minor changes
2023-03-14 14:09:45 +01:00
Vojtech Vilimek
29da25c2d0
code cleanup
2022-12-17 18:24:05 +01:00
Vojtech Vilimek
23b467318c
tmp
2022-12-17 18:16:19 +01:00
Vojtech Vilimek
2a4fedb6e0
tmp: compiles and runs
2022-12-10 18:08:00 +01:00
Vojtech Vilimek
721524abb8
snmp reconnect
2022-12-10 13:23:50 +01:00