summaryrefslogtreecommitdiff
path: root/lib/northbound.h
AgeCommit message (Expand)Author
2023-03-21mgmtd: Add MGMT Frontend Interface FrameworkChristian Hopps
2023-03-21mgmtd: Bringup MGMTD daemon and datastore module supportChristian Hopps
2023-02-23lib: fix init. use of nb_context to be by value not by referenceChristian Hopps
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2021-10-13lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov
2021-06-02northbound: KISS always batch yang config (file read), it's fasterChristian Hopps
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-03-23lib: add ability to sort CLI commands printed by NB layerIgor Ryzhov
2021-03-17*: require semicolon after DEFINE_HOOK & co.David Lamparter
2021-02-22lib: add ability to register dependencies between northbound nodesIgor Ryzhov
2021-01-09yang: nbr plist nb conversion for more afi-safisChirag Shah
2020-12-18pathd: Add optional support for PCEP to pathdSebastien Merle
2020-10-23lib: add API to load YANG modules on demandRenato Westphal
2020-10-05*: add errmsg to nb rpcChirag Shah
2020-10-03lib: increase the size of northbound max moduleChirag Shah
2020-08-20*: record transaction based on control flagChirag Shah
2020-08-14lib: don't ignore error messages generated during the commit apply phaseRenato Westphal
2020-08-07lib: add possibility to search non-recursively for NB node entriesGalaxyGorilla
2020-06-10Merge pull request #6414 from opensourcerouting/nb-error-handlingSantosh P K
2020-06-04lib: move all userdata when changing node xpathQuentin Young
2020-05-28lib: detect and log unexpected return values from northbound callbacksRenato Westphal
2020-05-28lib: return human-readable error messages to the northbound clientsRenato Westphal
2020-05-28lib: introduce the northbound context structureRenato Westphal
2020-05-28lib: northbound style fixesRenato Westphal
2020-04-23*: change the signature of the northbound callbacks to be more flexibleRenato Westphal
2020-04-03lib: consolidate flexible array hack in a single placeRenato Westphal
2019-11-30*: make frr_yang_module_info constDavid Lamparter
2019-10-11lib: reduce memory allocation when processing large config transactionsRenato Westphal
2019-09-18lib: fix ordering issues in the northboundRenato Westphal
2019-09-18Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal
2019-09-18lib: introduce new 'pre_validate' northbound callbackRenato Westphal
2019-08-21lib: fix doc comment of the "cli_show_end" northbound callbackRenato Westphal
2019-06-22lib: northbound cli support to end config nodesRafael Zalamena
2019-04-26lib: add new gRPC-based northbound pluginRenato Westphal
2019-04-26lib: introduce a read-write lock for northbound configurationsRenato Westphal
2019-04-26lib: add API to allow northbound clients to lock/unlock the running configura...Renato Westphal
2019-04-18lib: rework management of user pointers in the northbound layerRenato Westphal
2019-04-15lib: add fine-grained debugging in the northboundRenato Westphal
2019-02-11lib: add extern "C" {} blocks to all libfrr headersRenato Westphal
2019-02-11libs, rip, isis: change northbound operation enum to DESTROYMark Stapp
2019-02-11libs, daemons: changes to permit c++ compilationMark Stapp
2018-12-09lib, tests: add support for keyless YANG listsRenato Westphal
2018-12-07lib: add support for confirmed commitsRenato Westphal
2018-11-26lib, tests: major rework in the operational-data callbacksRenato Westphal
2018-11-26lib: add support for YANG lists with mixed config and state dataRenato Westphal
2018-10-27lib: add a new northbound plugin for SysrepoRenato Westphal
2018-10-27lib: add a new northbound plugin for ConfDRenato Westphal
2018-10-27lib: introduce new northbound APIRenato Westphal