summaryrefslogtreecommitdiff
path: root/mgmtd/mgmt_be_adapter.h
AgeCommit message (Expand)Author
2024-01-30mgmtd: backend subscriptions to notificationsChristian Hopps
2024-01-30lib: mgmtd: add YANG notification supportChristian Hopps
2024-01-26ripngd: convert ripngd to mgmtdChristian Hopps
2024-01-26ripd: ripd convert to mgmtdChristian Hopps
2024-01-19mgmtd: remove heavy duplication in mgmtd config readChristian Hopps
2023-12-28zebra: add zebra to mgmtd oper-stateChristian Hopps
2023-12-28lib: add dedicated API functions for native msgsChristian Hopps
2023-12-28mgmtd: step 5: add get-tree txn functionalityChristian Hopps
2023-12-28mgmtd: step 3: BE adapter native message handlingChristian Hopps
2023-12-05mgmtd: enable conn debug when user enables mgmtd debugsChristian Hopps
2023-11-22Merge pull request #14815 from idryzhov/lib-mgmt-depsChristian Hopps
2023-11-17lib, mgmtd: move common header to libIgor Ryzhov
2023-11-12mgmtd, lib: remove batch ids from all messagesIgor Ryzhov
2023-11-09mgmtd: get rid of unused init value to fix coverity warningChristian Hopps
2023-11-06mgmtd: simplify xpath registriesChristian Hopps
2023-06-18mgmtd: simplify locking, removing read locksChristian Hopps
2023-06-05mgmtd: rm unused/unneeded code add couple commentsChristian Hopps
2023-05-30mgmtd: address review commentsChristian Hopps
2023-05-30mgmtd: cleanup BE xpath subscription and matching codeChristian Hopps
2023-05-28mgmtd: eliminate unused stateChristian Hopps
2023-05-28mgmtd: convert BE/FE adapter to use allocated connectionsChristian Hopps
2023-05-28lib: mgmtd: add server-side connection code to mgmt_msgChristian Hopps
2023-05-28lib: remove write-on-off, just requeue to the back of the queueChristian Hopps
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 `struct thread` to `struct event`Donald Sharp
2023-03-22mgmtd: lib: utilize msglib constructed from the removed codeChristian Hopps
2023-03-21mgmtd: Add MGMT Backend Interface FrameworkChristian Hopps