summaryrefslogtreecommitdiff
path: root/lib/northbound_cli.c
AgeCommit message (Expand)Author
2024-09-01*: Create termtable specific temp memoryDonald Sharp
2024-08-27lib: common debug config outputIgor Ryzhov
2024-08-27lib: rework debug initIgor Ryzhov
2024-04-22lib: add native RPC processing to mgmt frontend clientIgor Ryzhov
2024-04-22lib: rework northbound RPC callbackIgor Ryzhov
2024-02-11lib, mgmtd: rework processing of yang notificationsIgor Ryzhov
2024-01-19lib: better conditionalize leaf-list predicate xpath additionChristian Hopps
2024-01-09*: remove sys/stat.h from zebra.hDonald Sharp
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-06-19mgmtd: KISS the locking codeChristian Hopps
2023-06-12lib: mgmtd: simplify implicit commit codeChristian Hopps
2023-05-30lib: mgmtd: fixes for startup config file processingChristian Hopps
2023-04-17lib: always return valid data format for show yang command.Christian Hopps
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Convert thread_cancelXXX to event_cancelXXXDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-22lib, mgmtd: Add few fixes for commit-check and rollbackPushpasis Sarkar
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-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
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-03-02lib,vtysh: show operational data with configRafael Zalamena
2022-03-02lib: fix show yang operational state outputRafael Zalamena
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-10-13lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov
2021-09-17lib: significantly improve nb cli command sortingIgor 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-04-21build: make builddir include path consistentDavid Lamparter
2021-03-23lib: add ability to sort CLI commands printed by NB layerIgor Ryzhov
2021-03-23lib: simplify nb_cli_show_dnode_cmdsIgor Ryzhov
2021-03-01Merge pull request #8073 from idryzhov/vtysh-show-configSantosh P K
2021-02-17lib: fix some misc SA warningsQuentin Young
2021-02-12lib: allow "show config running" command for non-transactional CLIIgor Ryzhov
2021-02-01lib/xref: add xrefs for install_element()David Lamparter
2021-01-18lib: Correctly set temp file permissionsDonald Sharp
2020-10-23*: unify thread/event cancel macrosMark Stapp
2020-10-05*: add errmsg to nb rpcChirag Shah
2020-09-11lib: fix crashes with leafrefs that point to non-implemented modulesRenato Westphal
2020-08-31lib: silence overly verbose CLI warningRenato Westphal
2020-08-14lib: don't ignore error messages generated during the commit apply phaseRenato Westphal
2020-08-03lib: introduce configuration back-off timer for YANG-modeled commandsRenato Westphal
2020-05-28lib: return human-readable error messages to the northbound clientsRenato Westphal