summaryrefslogtreecommitdiffstats
path: root/mgmtd/mgmt_be_adapter.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mgmtd: testc: add listen for datastore notificationsChristian Hopps12 days1-0/+10
* lib: northbound/mgmtd: add backend model supportChristian Hopps2025-01-141-0/+11
* mgmtd: add notify selectors to filter datastore notificationsChristian Hopps2025-01-141-11/+24
* mgmtd: fix compile erroranlan_cs2024-12-211-3/+3
* mgmtd: Ensure map is NULLDonald Sharp2024-08-281-0/+2
* *: Fix spelling errors foundDonald Sharp2024-08-151-1/+1
* mgmtd: add empty notif xpath map for completenessChristian Hopps2024-06-071-0/+11
* mgmtd: add missing diagnostic show cmd output (notify maps)Christian Hopps2024-05-091-4/+13
* ripngd: convert RPC commands to mgmtdIgor Ryzhov2024-04-221-0/+7
* ripd: convert RPC commands to mgmtdIgor Ryzhov2024-04-221-1/+9
* mgmtd: add native RPC processingIgor Ryzhov2024-04-221-0/+10
* mgmtd: add backend xpath map for RPCIgor Ryzhov2024-04-221-29/+87
* lib: add keychain northbound supportChristian Hopps2024-03-051-0/+2
* lib: mgmtd: add xpath arg to notification messageChristian Hopps2024-02-191-11/+15
* mgmtd: fix be_is_client_interestedIgor Ryzhov2024-02-121-10/+5
* lib, mgmtd: fix processing of yang notificationsIgor Ryzhov2024-02-101-3/+11
* mgmtd: convert MGMT_BE_ADAPTER_DBG() to __dbg()Christian Hopps2024-02-011-84/+64
* mgmtd: backend subscriptions to notificationsChristian Hopps2024-01-301-18/+74
* lib: mgmtd: add YANG notification supportChristian Hopps2024-01-301-0/+6
* zebra: convert to mgmtdIgor Ryzhov2024-01-281-7/+18
* Merge pull request #15243 from opensourcerouting/autoconf-dir-messDonald Sharp2024-01-281-3/+6
|\
| * lib, mgmtd: fix wrong mgmtd socket pathsDavid Lamparter2024-01-271-3/+6
* | mgmtd: fix ripngd oper-data xpathsIgor Ryzhov2024-01-281-1/+1
|/
* ripngd: convert ripngd to mgmtdChristian Hopps2024-01-261-1/+25
* ripd: ripd convert to mgmtdChristian Hopps2024-01-261-0/+25
* mgmtd: fix commit request overwriteIgor Ryzhov2024-01-261-16/+5
* mgmtd: fix log typeIgor Ryzhov2024-01-261-1/+1
* mgmtd: remove heavy duplication in mgmtd config readChristian Hopps2024-01-191-39/+25
* doc: mgmtd: update mgmtd conversion doc to be current.Christian Hopps2024-01-131-6/+6
* lib: mgmtd: increase soft-max msg size to 64KChristian Hopps2023-12-301-1/+1
* zebra: add zebra to mgmtd oper-stateChristian Hopps2023-12-281-1/+11
* lib: add dedicated API functions for native msgsChristian Hopps2023-12-281-14/+6
* mgmtd: step 6: remove old unfinished get-data codeChristian Hopps2023-12-281-6/+0
* mgmtd: step 5: add get-tree txn functionalityChristian Hopps2023-12-281-4/+30
* mgmtd: step 3: BE adapter native message handlingChristian Hopps2023-12-281-6/+54
* mgmtd: enable conn debug when user enables mgmtd debugsChristian Hopps2023-12-051-2/+11
* mgmtd, lib: remove batch ids from all messagesIgor Ryzhov2023-11-121-8/+5
* mgmtd: simplify xpath registriesChristian Hopps2023-11-061-267/+195
* mgmtd, lib: remove batch ids from cfg apply replyIgor Ryzhov2023-10-171-7/+1
* mgmtd: convert map to darr use allowing dynamic registrationsChristian Hopps2023-06-281-99/+55
* mgmtd: remove unused "placeholder" code.Christian Hopps2023-06-281-5/+0
* mgmtd: simplify locking, removing read locksChristian Hopps2023-06-181-6/+5
* lib: mgmtd: fix/stdize debug message macrosChristian Hopps2023-06-121-1/+1
* mgmtd: rm unused/unneeded code add couple commentsChristian Hopps2023-06-051-38/+8
* mgmtd: address review commentsChristian Hopps2023-05-301-6/+1
* mgmtd: cleanup BE xpath subscription and matching codeChristian Hopps2023-05-301-177/+193
* mgmtd: simplify early config build removing unused codeChristian Hopps2023-05-301-6/+11
* mgmtd: lib: cleanup error and debug messagesChristian Hopps2023-05-281-36/+30
* mgmtd: lib: move INIT to after client registersChristian Hopps2023-05-281-0/+5
* mgmtd: send reply to SUBSCR_REQ with success or notChristian Hopps2023-05-281-9/+35