summaryrefslogtreecommitdiff
path: root/lib/northbound.h
AgeCommit message (Expand)Author
2025-04-10lib: nb: add list_entry_done() callback to free resourcesChristian Hopps
2025-02-26lib: nb: notification add locking support for multi-threadingChristian Hopps
2025-02-24lib: northbound: support pre-built oper state in libyang treeChristian Hopps
2025-02-14lib: nb: call child destroy CBs when YANG container is deletedChristian Hopps
2025-01-18lib: mgmt_be_client handles datastore notification using CBsChristian Hopps
2025-01-14lib: northbound/mgmtd: add backend model supportChristian Hopps
2025-01-13mgmtd: add notify selectors to filter datastore notificationsChristian Hopps
2025-01-13lib: notify on datastore (oper-state) changesChristian Hopps
2025-01-13lib: northbound: add basic oper-state update functionsChristian Hopps
2025-01-07Merge pull request #17772 from LabNConsulting/chopps/fix-oper-walkDonald Sharp
2025-01-07lib: northbound: add new get() callback to add lyd_node direcltyChristian Hopps
2025-01-06lib: change and improve walk finish callback function APIChristian 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