summaryrefslogtreecommitdiffstats
path: root/mgmtd/mgmt_be_adapter.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgmtd: add backend xpath map for RPCIgor Ryzhov2024-04-221-2/+10
* mgmtd: backend subscriptions to notificationsChristian Hopps2024-01-301-1/+2
* lib: mgmtd: add YANG notification supportChristian Hopps2024-01-301-0/+7
* ripngd: convert ripngd to mgmtdChristian Hopps2024-01-261-1/+4
* ripd: ripd convert to mgmtdChristian Hopps2024-01-261-0/+3
* mgmtd: remove heavy duplication in mgmtd config readChristian Hopps2024-01-191-2/+2
* zebra: add zebra to mgmtd oper-stateChristian Hopps2023-12-281-0/+1
* lib: add dedicated API functions for native msgsChristian Hopps2023-12-281-4/+4
* mgmtd: step 5: add get-tree txn functionalityChristian Hopps2023-12-281-0/+3
* mgmtd: step 3: BE adapter native message handlingChristian Hopps2023-12-281-0/+13
* mgmtd: enable conn debug when user enables mgmtd debugsChristian Hopps2023-12-051-0/+3
* Merge pull request #14815 from idryzhov/lib-mgmt-depsChristian Hopps2023-11-221-1/+1
|\
| * lib, mgmtd: move common header to libIgor Ryzhov2023-11-171-1/+1
* | mgmtd, lib: remove batch ids from all messagesIgor Ryzhov2023-11-121-4/+1
|/
* mgmtd: get rid of unused init value to fix coverity warningChristian Hopps2023-11-091-2/+1
* mgmtd: simplify xpath registriesChristian Hopps2023-11-061-12/+49
* mgmtd: simplify locking, removing read locksChristian Hopps2023-06-181-4/+2
* mgmtd: rm unused/unneeded code add couple commentsChristian Hopps2023-06-051-39/+15
* mgmtd: address review commentsChristian Hopps2023-05-301-4/+4
* mgmtd: cleanup BE xpath subscription and matching codeChristian Hopps2023-05-301-13/+22
* mgmtd: eliminate unused stateChristian Hopps2023-05-281-3/+0
* mgmtd: convert BE/FE adapter to use allocated connectionsChristian Hopps2023-05-281-2/+1
* lib: mgmtd: add server-side connection code to mgmt_msgChristian Hopps2023-05-281-12/+9
* lib: remove write-on-off, just requeue to the back of the queueChristian Hopps2023-05-281-3/+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-1/+1
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-5/+5
* mgmtd: lib: utilize msglib constructed from the removed codeChristian Hopps2023-03-221-15/+3
* mgmtd: Add MGMT Backend Interface FrameworkChristian Hopps2023-03-221-0/+231