summaryrefslogtreecommitdiff
path: root/mgmtd/mgmt_be_adapter.c
AgeCommit message (Expand)Author
2024-02-20lib: mgmtd: add xpath arg to notification messageChristian Hopps
2024-02-12mgmtd: fix be_is_client_interestedIgor Ryzhov
2024-02-10lib, mgmtd: fix processing of yang notificationsIgor Ryzhov
2024-01-31mgmtd: convert MGMT_BE_ADAPTER_DBG() to __dbg()Christian Hopps
2024-01-30mgmtd: backend subscriptions to notificationsChristian Hopps
2024-01-30lib: mgmtd: add YANG notification supportChristian Hopps
2024-01-28zebra: convert to mgmtdIgor Ryzhov
2024-01-28Merge pull request #15243 from opensourcerouting/autoconf-dir-messDonald Sharp
2024-01-28mgmtd: fix ripngd oper-data xpathsIgor Ryzhov
2024-01-27lib, mgmtd: fix wrong mgmtd socket pathsDavid Lamparter
2024-01-26ripngd: convert ripngd to mgmtdChristian Hopps
2024-01-26ripd: ripd convert to mgmtdChristian Hopps
2024-01-26mgmtd: fix commit request overwriteIgor Ryzhov
2024-01-26mgmtd: fix log typeIgor Ryzhov
2024-01-19mgmtd: remove heavy duplication in mgmtd config readChristian Hopps
2024-01-13doc: mgmtd: update mgmtd conversion doc to be current.Christian Hopps
2023-12-30lib: mgmtd: increase soft-max msg size to 64KChristian 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 6: remove old unfinished get-data codeChristian 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-12mgmtd, lib: remove batch ids from all messagesIgor Ryzhov
2023-11-06mgmtd: simplify xpath registriesChristian Hopps
2023-10-17mgmtd, lib: remove batch ids from cfg apply replyIgor Ryzhov
2023-06-27mgmtd: convert map to darr use allowing dynamic registrationsChristian Hopps
2023-06-27mgmtd: remove unused "placeholder" code.Christian Hopps
2023-06-18mgmtd: simplify locking, removing read locksChristian Hopps
2023-06-12lib: mgmtd: fix/stdize debug message macrosChristian 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-30mgmtd: simplify early config build removing unused codeChristian Hopps
2023-05-28mgmtd: lib: cleanup error and debug messagesChristian Hopps
2023-05-28mgmtd: lib: move INIT to after client registersChristian Hopps
2023-05-28mgmtd: send reply to SUBSCR_REQ with success or notChristian Hopps
2023-05-28lib: add short-circuit operation between same processChristian Hopps
2023-05-28lib: mgmtd: add a identifying tag to the debug messageChristian Hopps
2023-05-28mgmtd: eliminate unused stateChristian Hopps
2023-05-28mgmtd: cleanup/fix BE adapter deletion codeChristian 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: msg: refactor common connection code from mgmtdChristian Hopps
2023-05-28lib: mgmt msg: add version to messagesChristian Hopps
2023-05-28lib: remove write-on-off, just requeue to the back of the queueChristian Hopps
2023-05-01mgmtd: fully implement debug flags for mgmtd and clientsChristian Hopps
2023-04-05mgmtd: Fixing style warningsrgirada
2023-03-27mgmtd: Remove unnecessary assertsDonald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp