summaryrefslogtreecommitdiffstats
path: root/lib/northbound.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* | mgmtd: Add MGMT Backend Interface FrameworkChristian Hopps2023-03-221-27/+272
* | mgmtd: Bringup MGMTD daemon and datastore module supportChristian Hopps2023-03-221-0/+2
|/
* lib: fix init. use of nb_context to be by value not by referenceChristian Hopps2023-02-241-10/+9
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* lib: Add missing enum's to northbound.cDonald Sharp2023-01-311-11/+27
* *: remove the checking returned value for hash_get()anlan_cs2022-05-021-1/+2
* lib: fix iteration over YANG presence containersRenato Westphal2022-03-021-5/+16
* lib: Do not use sizeof() on `size_t errmsg_len`.zyxwvu Shi2021-11-181-2/+1
* lib: do not attempt to create default nodes from NULL tree nodeChristian Hopps2021-06-121-2/+2
* northbound: KISS always batch yang config (file read), it's fasterChristian Hopps2021-06-021-7/+28
* lib: fix northbound merge code (libyang)Christian Hopps2021-05-201-1/+1
* lib: fix coverity warningsIgor Ryzhov2021-05-191-0/+2
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-136/+241
* lib: get rid of flog() usage in NB codeDavid Lamparter2021-03-221-20/+20
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-3/+3
* lib: fix crash when iterating over nb operational dataIgor Ryzhov2021-02-261-0/+10
* lib: add ability to register dependencies between northbound nodesIgor Ryzhov2021-02-221-4/+56
* lib: add API to load YANG modules on demandRenato Westphal2020-10-231-15/+25
* lib: combine two YANG schema iteration functions into oneRenato Westphal2020-10-231-3/+3
* lib: fix iteration over schema nodes of a single YANG moduleRenato Westphal2020-10-231-4/+8
* *: add errmsg to nb rpcChirag Shah2020-10-051-1/+4
* lib: Tell the compiler we don't care about the return codeDonald Sharp2020-09-241-3/+3
* Merge pull request #7079 from opensourcerouting/nested-yang-augmentationsDonald Sharp2020-09-191-2/+3
|\
| * lib: better support for nested YANG augmentationsRenato Westphal2020-09-111-2/+3
* | lib: fix crashes with leafrefs that point to non-implemented modulesRenato Westphal2020-09-111-2/+14
|/
* *: record transaction based on control flagChirag Shah2020-08-201-2/+6
* Merge pull request #6945 from qlyoung/nb-more-messagesRenato Westphal2020-08-201-1/+5
|\
| * lib: fill nb errmsg when no changes during prepQuentin Young2020-08-191-1/+5
* | lib: don't ignore error messages generated during the commit apply phaseRenato Westphal2020-08-151-11/+9
|/
* lib: add possibility to search non-recursively for NB node entriesGalaxyGorilla2020-08-071-3/+22
* Merge pull request #6414 from opensourcerouting/nb-error-handlingSantosh P K2020-06-101-85/+285
|\
| * lib: detect and log unexpected return values from northbound callbacksRenato Westphal2020-05-291-5/+135
| * lib: return human-readable error messages to the northbound clientsRenato Westphal2020-05-291-59/+109
| * lib: introduce the northbound context structureRenato Westphal2020-05-291-36/+57
| * lib: northbound style fixesRenato Westphal2020-05-291-6/+5
* | lib: move all userdata when changing node xpathQuentin Young2020-06-051-0/+24
|/
* *: change the signature of the northbound callbacks to be more flexibleRenato Westphal2020-04-231-11/+56
* lib: create a wrapper function for all northbound callbacksRenato Westphal2020-04-231-93/+129
* lib: consolidate flexible array hack in a single placeRenato Westphal2020-04-041-0/+7
* *: Use short version of bool expressionsDonatas Abraitis2020-03-041-1/+1
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+2
* lib: reduce memory allocation when processing large config transactionsRenato Westphal2019-10-121-13/+13
* lib: fix processing of the 'apply_finish' callbacksRenato Westphal2019-10-121-5/+22
* lib: avoid expensive operations when editing a candidate configRenato Westphal2019-10-121-11/+0