summaryrefslogtreecommitdiff
path: root/lib/mgmt_fe_client.h
AgeCommit message (Expand)Author
2024-08-27lib: common debug status outputIgor Ryzhov
2024-04-22lib: add native RPC processing to mgmt frontend clientIgor Ryzhov
2024-03-26mgmtd: add support for native 'edit' operationIgor Ryzhov
2024-02-23lib: fix processing of notifications on mgmt fe clientIgor Ryzhov
2024-02-01Merge pull request #15268 from LabNConsulting/chopps/quieter-codeIgor Ryzhov
2024-01-31mgmtd: convert MGMTD_FE_CLIENT_DBG() to debug_fe_client()Christian Hopps
2024-01-31mgmtd: add ability to choose datastore to get data fromIgor Ryzhov
2024-01-31mgmtd: add support for with-defaults parameter to get-dataIgor Ryzhov
2024-01-30lib: mgmtd: add YANG notification supportChristian Hopps
2024-01-15lib, mgmtd: add ability to set content type in get-data requestIgor Ryzhov
2024-01-14lib, mgmtd: add separate get-data request for the frontendIgor Ryzhov
2023-12-30lib: mgmtd: increase soft-max msg size to 64KChristian Hopps
2023-12-28mgmtd: step 4: FE adapter get-tree functionalityChristian Hopps
2023-12-28lib: step 1: mgmtd: add FE get-tree functionalityChristian Hopps
2023-11-17lib, mgmtd: move common header to libIgor Ryzhov
2023-07-14lib: mgmtd: only clear pending for the in-progress commandChristian Hopps
2023-06-27mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps
2023-06-19mgmtd: KISS the locking codeChristian Hopps
2023-06-18lib: mgmtd: use short-circuit for lockingChristian Hopps
2023-06-13lib: mgmtd: improvements in logging and commentaryChristian Hopps
2023-06-12lib: mgmtd: fix/stdize debug message macrosChristian Hopps
2023-06-04lib: mgmtd: remove obfuscating abstraction layer and other cleanupChristian Hopps
2023-05-30lib: mgmtd: fixes for startup config file processingChristian Hopps
2023-05-30mgmtd: fix reading of config file[s]Christian Hopps
2023-05-28lib: dont be tricky with session_id just make it a session_idChristian Hopps
2023-05-28lib: msg: refactor common connection code from mgmtdChristian Hopps
2023-05-01mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-22mgmtd: lib: utilize msglib constructed from the removed codeChristian Hopps
2023-03-21mgmtd: Add MGMT Frontend Interface FrameworkChristian Hopps