summaryrefslogtreecommitdiffstats
path: root/lib/northbound.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: fix style and add more comments to NB codeIgor Ryzhov2024-04-221-6/+14
* lib: rework northbound RPC callbackIgor Ryzhov2024-04-221-5/+2
* Merge pull request #15468 from idryzhov/mgmt-native-editChristian Hopps2024-04-221-0/+217
|\
| * mgmtd: add support for native 'edit' operationIgor Ryzhov2024-03-261-0/+217
* | *: remove confd pluginIgor Ryzhov2024-03-141-2/+0
|/
* lib: fix apply_finish callback in northboundIgor Ryzhov2024-03-051-1/+1
* lib: fix setting temporary log options for libyangIgor Ryzhov2024-02-261-3/+1
* lib: fix nb callbacks for containers inside choice caseIgor Ryzhov2024-02-241-0/+4
* lib: fix order of northbound operationsIgor Ryzhov2024-02-241-4/+19
* lib: fix order of northbound callbacksIgor Ryzhov2024-02-201-3/+6
* lib: always call new notification hooks tooChristian Hopps2024-02-151-4/+51
* lib, mgmtd: rework processing of yang notificationsIgor Ryzhov2024-02-111-0/+21
* lib: mgmtd: add YANG notification supportChristian Hopps2024-01-301-0/+17
* lib: add support for "features" when loading YANG modulesIgor Ryzhov2024-01-281-1/+2
* lib: remove leaf-list xpath hack from northboundIgor Ryzhov2024-01-231-20/+6
* mgmtd: remove heavy duplication in mgmtd config readChristian Hopps2024-01-191-9/+16
* lib: better conditionalize leaf-list predicate xpath additionChristian Hopps2024-01-191-10/+17
* lib: libyang logging temp off to avoid unwanted log messageChristian Hopps2024-01-191-1/+10
* Merge pull request #14542 from idryzhov/nb-op-cb-splitChristian Hopps2024-01-121-130/+183
|\
| * mgmt, lib: implement REPLACE operationIgor Ryzhov2024-01-111-2/+39
| * lib: move dnode creation into a separate functionIgor Ryzhov2024-01-111-28/+33
| * mgmt, lib: differentiate DELETE and REMOVE operationsIgor Ryzhov2024-01-111-8/+12
| * mgmtd, lib: implement CREATE_EXCL operationIgor Ryzhov2024-01-111-2/+7
| * lib: split nb_operation into two typesIgor Ryzhov2024-01-111-93/+95
* | lib, mgmtd: rename ignore_cbs to ignore_cfg_cbsIgor Ryzhov2024-01-111-17/+17
|/
* lib: mgmtd: implement full XPath 1.0 predicate functionalityChristian Hopps2024-01-071-0/+21
* lib: remove unused/replaced oper-state iteration codeChristian Hopps2024-01-041-540/+0
* lib: fix coverity CID 1574981Christian Hopps2023-12-301-11/+9
* lib: northbound: add yielding and batching to oper-state queriesChristian Hopps2023-12-281-26/+75
* lib: create and use libyang tree during oper-state walkChristian Hopps2023-12-281-55/+148
* lib: northbound: improve xpath functionalityChristian Hopps2023-12-281-15/+81
* lib: load nb callbacks even with ignore_cbs setIgor Ryzhov2023-11-211-4/+0
* lib: use LYD_VALIDATE_MULTI_ERROR only if availableDavid Lamparter2023-11-201-1/+6
* lib: print all errors when validating a configIgor Ryzhov2023-11-151-3/+8
* Merge pull request #14768 from idryzhov/mgmtd-base-xpathDonald Sharp2023-11-131-15/+8
|\
| * lib, mgmtd: respect base xpath in mgmtdIgor Ryzhov2023-11-121-15/+8
* | lib: fix possible freeing of libyang dataIgor Ryzhov2023-11-111-3/+5
|/
* Merge pull request #14544 from idryzhov/mgmt-scratch-bufferDonald Sharp2023-11-081-67/+1
|\
| * mgmt: delete candidate scratch bufferIgor Ryzhov2023-10-061-67/+1
* | lib: remove incorrect comment from northboundIgor Ryzhov2023-10-211-5/+0
|/
* lib: random make-coverity-happy nitsDavid Lamparter2023-09-201-2/+2
* mgmtd: rm unused/unneeded code add couple commentsChristian Hopps2023-06-051-3/+4
* lib: fix broken "show yang operational-data" functionalityChristian Hopps2023-04-171-2/+2
* lib: add and use new yang function for finding schema nodesChristian Hopps2023-04-171-1/+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
* Merge pull request #13074 from donaldsharp/hash_clean_and_freeDonatas Abraitis2023-03-231-2/+1
|\
| * *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-2/+1
* | lib: staticd: vtysh: apply frrbot style requirementsChristian Hopps2023-03-221-14/+12
* | mgmtd: Add MGMT Transaction FrameworkYash Ranjan2023-03-221-5/+7