summaryrefslogtreecommitdiffstats
path: root/lib/northbound.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: rework northbound RPC callbackIgor Ryzhov2024-04-221-5/+5
* Merge pull request #15468 from idryzhov/mgmt-native-editChristian Hopps2024-04-221-0/+38
|\
| * mgmtd: add support for native 'edit' operationIgor Ryzhov2024-03-261-0/+38
* | *: remove confd pluginIgor Ryzhov2024-03-141-6/+0
|/
* lib: always call new notification hooks tooChristian Hopps2024-02-151-3/+8
* lib, mgmtd: rework processing of yang notificationsIgor Ryzhov2024-02-111-0/+27
* lib: mgmtd: add YANG notification supportChristian Hopps2024-01-301-0/+17
* lib, mgmtd, zebra: cleanup of zebra conversion to mgmtdIgor Ryzhov2024-01-281-0/+1
* lib: add support for "features" when loading YANG modulesIgor Ryzhov2024-01-281-0/+7
* lib: remove leaf-list xpath hack from northboundIgor Ryzhov2024-01-231-4/+1
* mgmtd: remove heavy duplication in mgmtd config readChristian Hopps2024-01-191-0/+5
* lib: better conditionalize leaf-list predicate xpath additionChristian Hopps2024-01-191-5/+13
* Merge pull request #14542 from idryzhov/nb-op-cb-splitChristian Hopps2024-01-121-28/+67
|\
| * lib: explain semantics of northbound operationsIgor Ryzhov2024-01-111-8/+11
| * mgmt, lib: implement REPLACE operationIgor Ryzhov2024-01-111-0/+1
| * mgmt, lib: differentiate DELETE and REMOVE operationsIgor Ryzhov2024-01-111-1/+1
| * mgmtd, lib: implement CREATE_EXCL operationIgor Ryzhov2024-01-111-0/+1
| * lib: split nb_operation into two typesIgor Ryzhov2024-01-111-27/+61
* | lib, mgmtd: rename ignore_cbs to ignore_cfg_cbsIgor Ryzhov2024-01-111-5/+6
|/
* lib: mgmtd: implement full XPath 1.0 predicate functionalityChristian Hopps2024-01-071-0/+8
* lib: remove unused/replaced oper-state iteration codeChristian Hopps2024-01-041-7/+2
* lib: northbound: add yielding and batching to oper-state queriesChristian Hopps2023-12-281-5/+93
* lib: create and use libyang tree during oper-state walkChristian Hopps2023-12-281-1/+5
* lib, mgmtd: respect base xpath in mgmtdIgor Ryzhov2023-11-121-8/+2
* mgmt: delete candidate scratch bufferIgor Ryzhov2023-10-061-1/+0
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-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
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* lib: staticd: vtysh: apply frrbot style requirementsChristian Hopps2023-03-221-4/+5
* mgmtd: Add MGMT Transaction FrameworkYash Ranjan2023-03-221-2/+130
* mgmtd: Add MGMT Backend Interface FrameworkChristian Hopps2023-03-221-7/+79
* mgmtd: Add MGMT Frontend Interface FrameworkChristian Hopps2023-03-221-0/+6
* mgmtd: Bringup MGMTD daemon and datastore module supportChristian Hopps2023-03-221-0/+1
* lib: fix init. use of nb_context to be by value not by referenceChristian Hopps2023-02-241-19/+3
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-131-3/+4
* northbound: KISS always batch yang config (file read), it's fasterChristian Hopps2021-06-021-0/+1
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-12/+3
* lib: add ability to sort CLI commands printed by NB layerIgor Ryzhov2021-03-231-0/+17
* *: require semicolon after DEFINE_HOOK & co.David Lamparter2021-03-171-3/+3
* lib: add ability to register dependencies between northbound nodesIgor Ryzhov2021-02-221-0/+13
* yang: nbr plist nb conversion for more afi-safisChirag Shah2021-01-101-1/+1
* pathd: Add optional support for PCEP to pathdSebastien Merle2020-12-181-0/+3
* lib: add API to load YANG modules on demandRenato Westphal2020-10-231-0/+23
* *: add errmsg to nb rpcChirag Shah2020-10-051-1/+8
* lib: increase the size of northbound max moduleChirag Shah2020-10-031-1/+1
* *: record transaction based on control flagChirag Shah2020-08-201-1/+4
* lib: don't ignore error messages generated during the commit apply phaseRenato Westphal2020-08-151-2/+16
* lib: add possibility to search non-recursively for NB node entriesGalaxyGorilla2020-08-071-0/+8