summaryrefslogtreecommitdiffstats
path: root/lib/northbound_cli.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: add native RPC processing to mgmt frontend clientIgor Ryzhov2024-04-221-0/+16
* lib: rework northbound RPC callbackIgor Ryzhov2024-04-221-2/+57
* lib, mgmtd: rework processing of yang notificationsIgor Ryzhov2024-02-111-3/+9
* lib: better conditionalize leaf-list predicate xpath additionChristian Hopps2024-01-191-3/+3
* *: remove sys/stat.h from zebra.hDonald Sharp2024-01-091-0/+1
* lib: northbound: add yielding and batching to oper-state queriesChristian Hopps2023-12-281-6/+10
* lib: create and use libyang tree during oper-state walkChristian Hopps2023-12-281-1/+1
* lib, mgmtd: respect base xpath in mgmtdIgor Ryzhov2023-11-121-6/+32
* mgmtd: KISS the locking codeChristian Hopps2023-06-191-2/+2
* lib: mgmtd: simplify implicit commit codeChristian Hopps2023-06-121-3/+10
* lib: mgmtd: fixes for startup config file processingChristian Hopps2023-05-301-2/+5
* lib: always return valid data format for show yang command.Christian Hopps2023-04-171-4/+10
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-2/+2
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-1/+1
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-2/+2
* *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-241-2/+2
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-7/+6
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* lib, mgmtd: Add few fixes for commit-check and rollbackPushpasis Sarkar2023-03-221-2/+16
* mgmtd: Add MGMT Transaction FrameworkYash Ranjan2023-03-221-0/+12
* mgmtd: Add MGMT Backend Interface FrameworkChristian Hopps2023-03-221-64/+6
* mgmtd: Add MGMT Frontend Interface FrameworkChristian Hopps2023-03-221-2/+2
* lib: fix init. use of nb_context to be by value not by referenceChristian Hopps2023-02-241-6/+5
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* lib,vtysh: show operational data with configRafael Zalamena2022-03-021-3/+16
* lib: fix show yang operational state outputRafael Zalamena2022-03-021-3/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-3/+1
* lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-131-3/+5
* lib: significantly improve nb cli command sortingIgor Ryzhov2021-09-171-3/+15
* northbound: KISS always batch yang config (file read), it's fasterChristian Hopps2021-06-021-53/+53
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-44/+49
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* lib: add ability to sort CLI commands printed by NB layerIgor Ryzhov2021-03-231-1/+46
* lib: simplify nb_cli_show_dnode_cmdsIgor Ryzhov2021-03-231-56/+19
* Merge pull request #8073 from idryzhov/vtysh-show-configSantosh P K2021-03-011-1/+1
|\
| * lib: allow "show config running" command for non-transactional CLIIgor Ryzhov2021-02-121-1/+1
* | lib: fix some misc SA warningsQuentin Young2021-02-171-0/+12
|/
* lib/xref: add xrefs for install_element()David Lamparter2021-02-011-10/+10
* lib: Correctly set temp file permissionsDonald Sharp2021-01-181-0/+6
* *: unify thread/event cancel macrosMark Stapp2020-10-231-4/+4
* *: add errmsg to nb rpcChirag Shah2020-10-051-2/+7
* lib: fix crashes with leafrefs that point to non-implemented modulesRenato Westphal2020-09-111-2/+2
* lib: silence overly verbose CLI warningRenato Westphal2020-08-311-4/+10
* lib: don't ignore error messages generated during the commit apply phaseRenato Westphal2020-08-151-3/+14
* lib: introduce configuration back-off timer for YANG-modeled commandsRenato Westphal2020-08-031-19/+113
* lib: return human-readable error messages to the northbound clientsRenato Westphal2020-05-291-37/+42
* lib: introduce the northbound context structureRenato Westphal2020-05-291-8/+24
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* *: remove second parameter on install_node()David Lamparter2020-04-161-1/+2