summaryrefslogtreecommitdiffstats
path: root/lib/mgmt_fe_client.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: add native RPC processing to mgmt frontend clientIgor Ryzhov2024-04-221-0/+35
* mgmtd: add support for native 'edit' operationIgor Ryzhov2024-03-261-0/+45
* lib: fix processing of notifications on mgmt fe clientIgor Ryzhov2024-02-231-1/+2
* Merge pull request #15268 from LabNConsulting/chopps/quieter-codeIgor Ryzhov2024-02-011-3/+3
|\
| * mgmtd: convert MGMTD_FE_CLIENT_DBG() to debug_fe_client()Christian Hopps2024-02-011-3/+3
* | mgmtd: add ability to choose datastore to get data fromIgor Ryzhov2024-01-311-2/+6
* | mgmtd: add support for with-defaults parameter to get-dataIgor Ryzhov2024-01-311-1/+4
|/
* lib: mgmtd: add YANG notification supportChristian Hopps2024-01-301-0/+5
* lib, mgmtd: add ability to set content type in get-data requestIgor Ryzhov2024-01-151-1/+6
* lib, mgmtd: add separate get-data request for the frontendIgor Ryzhov2024-01-141-2/+2
* lib: mgmtd: increase soft-max msg size to 64KChristian Hopps2023-12-301-13/+2
* mgmtd: step 4: FE adapter get-tree functionalityChristian Hopps2023-12-281-1/+1
* lib: step 1: mgmtd: add FE get-tree functionalityChristian Hopps2023-12-281-0/+50
* lib, mgmtd: move common header to libIgor Ryzhov2023-11-171-1/+1
* lib: mgmtd: only clear pending for the in-progress commandChristian Hopps2023-07-151-0/+6
* mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps2023-06-281-19/+13
* mgmtd: KISS the locking codeChristian Hopps2023-06-191-1/+1
* lib: mgmtd: use short-circuit for lockingChristian Hopps2023-06-181-1/+2
* lib: mgmtd: improvements in logging and commentaryChristian Hopps2023-06-131-5/+4
* lib: mgmtd: fix/stdize debug message macrosChristian Hopps2023-06-121-1/+1
* lib: mgmtd: remove obfuscating abstraction layer and other cleanupChristian Hopps2023-06-041-85/+94
* lib: mgmtd: fixes for startup config file processingChristian Hopps2023-05-301-0/+5
* mgmtd: fix reading of config file[s]Christian Hopps2023-05-301-0/+11
* lib: dont be tricky with session_id just make it a session_idChristian Hopps2023-05-281-22/+23
* lib: msg: refactor common connection code from mgmtdChristian Hopps2023-05-281-1/+1
* mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps2023-05-011-0/+14
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-3/+2
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* mgmtd: lib: utilize msglib constructed from the removed codeChristian Hopps2023-03-221-13/+2
* mgmtd: Add MGMT Frontend Interface FrameworkChristian Hopps2023-03-221-0/+358