index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
mgmt_fe_client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: add native RPC processing to mgmt frontend client
Igor Ryzhov
2024-04-22
1
-0
/
+45
*
mgmtd: add support for native 'edit' operation
Igor Ryzhov
2024-03-26
1
-0
/
+54
*
lib: fix processing of notifications on mgmt fe client
Igor Ryzhov
2024-02-23
1
-16
/
+14
*
lib: mgmtd: add xpath arg to notification message
Christian Hopps
2024-02-19
1
-15
/
+12
*
Merge pull request #15268 from LabNConsulting/chopps/quieter-code
Igor Ryzhov
2024-02-01
1
-83
/
+68
|
\
|
*
mgmtd: convert MGMTD_FE_CLIENT_DBG() to debug_fe_client()
Christian Hopps
2024-02-01
1
-83
/
+68
*
|
mgmtd: add ability to choose datastore to get data from
Igor Ryzhov
2024-01-31
1
-2
/
+3
*
|
mgmtd: add support for with-defaults parameter to get-data
Igor Ryzhov
2024-01-31
1
-3
/
+5
|
/
*
lib: mgmtd: add YANG notification support
Christian Hopps
2024-01-30
1
-8
/
+51
*
lib, mgmtd: fix wrong mgmtd socket paths
David Lamparter
2024-01-27
1
-1
/
+4
*
lib, mgmtd: add ability to set content type in get-data request
Igor Ryzhov
2024-01-15
1
-3
/
+4
*
lib, mgmtd: add separate get-data request for the frontend
Igor Ryzhov
2024-01-14
1
-7
/
+7
*
lib: mgmtd: increase soft-max msg size to 64K
Christian Hopps
2023-12-30
1
-1
/
+1
*
lib: add dedicated API functions for native msgs
Christian Hopps
2023-12-28
1
-19
/
+11
*
lib: step 1: mgmtd: add FE get-tree functionality
Christian Hopps
2023-12-28
1
-0
/
+121
*
lib: fix the ASAN OneDefinitionRule violation.
Christian Hopps
2023-12-12
1
-8
/
+9
*
lib: mgmtd: enable conn debugs when user enables client debug
Christian Hopps
2023-12-05
1
-12
/
+28
*
lib: mgmtd: fix debug cli commands and memleaks
Christian Hopps
2023-11-11
1
-2
/
+2
*
lib: mgmtd: only clear pending for the in-progress command
Christian Hopps
2023-07-15
1
-0
/
+5
*
mgmtd: consolidate getcfg and getdata msgs into "get"
Christian Hopps
2023-06-28
1
-85
/
+32
*
mgmtd: KISS the locking code
Christian Hopps
2023-06-19
1
-0
/
+1
*
lib: mgmtd: use short-circuit for locking
Christian Hopps
2023-06-18
1
-2
/
+2
*
lib: mgmtd: improvements in logging and commentary
Christian Hopps
2023-06-13
1
-10
/
+27
*
lib: mgmtd: session create and destroy both short-circuit
Christian Hopps
2023-06-12
1
-4
/
+1
*
lib: mgmtd: remove obfuscating abstraction layer and other cleanup
Christian Hopps
2023-06-04
1
-320
/
+146
*
lib: mgmtd: fixes for startup config file processing
Christian Hopps
2023-05-30
1
-2
/
+38
*
mgmtd: fix reading of config file[s]
Christian Hopps
2023-05-30
1
-8
/
+0
*
lib: enable short circuit for FE client/adapter connection
Christian Hopps
2023-05-28
1
-2
/
+3
*
lib: add short-circuit operation between same process
Christian Hopps
2023-05-28
1
-11
/
+16
*
lib: mgmtd: add a identifying tag to the debug message
Christian Hopps
2023-05-28
1
-2
/
+3
*
lib: dont be tricky with session_id just make it a session_id
Christian Hopps
2023-05-28
1
-230
/
+168
*
lib: msg: refactor common connection code from mgmtd
Christian Hopps
2023-05-28
1
-181
/
+42
*
lib: mgmt msg: add version to messages
Christian Hopps
2023-05-28
1
-3
/
+3
*
lib: remove write-on-off, just requeue to the back of the queue
Christian Hopps
2023-05-28
1
-44
/
+2
*
mgmtd: fully implement debug flags for mgmtd and clients
Christian Hopps
2023-05-01
1
-19
/
+64
*
mgmtd: Fixing style warnings
rgirada
2023-04-05
1
-13
/
+16
*
lib: Remove unneeded asserts in mgmt code
Donald Sharp
2023-03-27
1
-4
/
+0
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-10
/
+10
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-5
/
+5
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-10
/
+10
*
lib: mgmtd: fix build warnings (as error)
Christian Hopps
2023-03-22
1
-4
/
+5
*
mgmtd: lib: utilize msglib constructed from the removed code
Christian Hopps
2023-03-22
1
-339
/
+74
*
mgmtd: Add MGMT Frontend Interface Framework
Christian Hopps
2023-03-22
1
-0
/
+1340