summaryrefslogtreecommitdiffstats
path: root/lib/northbound.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* Merge pull request #6414 from opensourcerouting/nb-error-handlingSantosh P K2020-06-101-22/+122
|\
| * lib: detect and log unexpected return values from northbound callbacksRenato Westphal2020-05-291-0/+4
| * lib: return human-readable error messages to the northbound clientsRenato Westphal2020-05-291-3/+60
| * lib: introduce the northbound context structureRenato Westphal2020-05-291-18/+57
| * lib: northbound style fixesRenato Westphal2020-05-291-2/+2
* | lib: move all userdata when changing node xpathQuentin Young2020-06-051-0/+17
|/
* *: change the signature of the northbound callbacks to be more flexibleRenato Westphal2020-04-231-86/+166
* lib: consolidate flexible array hack in a single placeRenato Westphal2020-04-041-0/+11
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+2
* lib: reduce memory allocation when processing large config transactionsRenato Westphal2019-10-121-1/+0
* lib: fix ordering issues in the northboundRenato Westphal2019-09-181-0/+1
* Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal2019-09-181-11/+0
* lib: introduce new 'pre_validate' northbound callbackRenato Westphal2019-09-181-0/+14
* lib: fix doc comment of the "cli_show_end" northbound callbackRenato Westphal2019-08-211-9/+0
* lib: northbound cli support to end config nodesRafael Zalamena2019-06-221-0/+21
* lib: add new gRPC-based northbound pluginRenato Westphal2019-04-261-0/+1
* lib: introduce a read-write lock for northbound configurationsRenato Westphal2019-04-261-0/+11
* lib: add API to allow northbound clients to lock/unlock the running configura...Renato Westphal2019-04-261-5/+58
* lib: rework management of user pointers in the northbound layerRenato Westphal2019-04-181-0/+69
* lib: add fine-grained debugging in the northboundRenato Westphal2019-04-151-1/+28
* lib: add extern "C" {} blocks to all libfrr headersRenato Westphal2019-02-121-0/+8
* libs, rip, isis: change northbound operation enum to DESTROYMark Stapp2019-02-111-1/+1
* libs, daemons: changes to permit c++ compilationMark Stapp2019-02-111-1/+1
* lib, tests: add support for keyless YANG listsRenato Westphal2018-12-091-2/+6
* lib: add support for confirmed commitsRenato Westphal2018-12-071-1/+2