summaryrefslogtreecommitdiff
path: root/lib/northbound.h
AgeCommit message (Expand)Author
2025-02-18lib: nb: call child destroy CBs when YANG container is deletedChristian Hopps
2024-10-07lib: add flag to have libyang load internal ietf-yang-library moduleChristian Hopps
2024-09-17mgmtd: add ietf-yang-library supportChristian Hopps
2024-09-17lib: mgmtd: add `changed` and `created` to edit-reply msgChristian Hopps
2024-09-17lib: mgmtd: cleanup error value for native messagingChristian Hopps
2024-08-27lib: common debug config outputIgor Ryzhov
2024-08-27lib: rework debug initIgor Ryzhov
2024-04-22lib: rework northbound RPC callbackIgor Ryzhov
2024-04-22Merge pull request #15468 from idryzhov/mgmt-native-editChristian Hopps
2024-03-26mgmtd: add support for native 'edit' operationIgor Ryzhov
2024-03-15*: remove confd pluginIgor Ryzhov
2024-02-15lib: always call new notification hooks tooChristian Hopps
2024-02-11lib, mgmtd: rework processing of yang notificationsIgor Ryzhov
2024-01-30lib: mgmtd: add YANG notification supportChristian Hopps
2024-01-28lib, mgmtd, zebra: cleanup of zebra conversion to mgmtdIgor Ryzhov
2024-01-28lib: add support for "features" when loading YANG modulesIgor Ryzhov
2024-01-23lib: remove leaf-list xpath hack from northboundIgor Ryzhov
2024-01-19mgmtd: remove heavy duplication in mgmtd config readChristian Hopps
2024-01-19lib: better conditionalize leaf-list predicate xpath additionChristian Hopps
2024-01-12Merge pull request #14542 from idryzhov/nb-op-cb-splitChristian Hopps
2024-01-11lib, mgmtd: rename ignore_cbs to ignore_cfg_cbsIgor Ryzhov
2024-01-11lib: explain semantics of northbound operationsIgor Ryzhov
2024-01-11mgmt, lib: implement REPLACE operationIgor Ryzhov
2024-01-11mgmt, lib: differentiate DELETE and REMOVE operationsIgor Ryzhov
2024-01-11mgmtd, lib: implement CREATE_EXCL operationIgor Ryzhov
2024-01-11lib: split nb_operation into two typesIgor Ryzhov
2024-01-07lib: mgmtd: implement full XPath 1.0 predicate functionalityChristian Hopps
2024-01-04lib: remove unused/replaced oper-state iteration codeChristian Hopps
2023-12-28lib: northbound: add yielding and batching to oper-state queriesChristian Hopps
2023-12-28lib: create and use libyang tree during oper-state walkChristian Hopps
2023-11-12lib, mgmtd: respect base xpath in mgmtdIgor Ryzhov
2023-10-06mgmt: delete candidate scratch bufferIgor Ryzhov
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-22lib: staticd: vtysh: apply frrbot style requirementsChristian Hopps
2023-03-21mgmtd: Add MGMT Transaction FrameworkYash Ranjan
2023-03-21mgmtd: Add MGMT Backend Interface FrameworkChristian Hopps
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