summaryrefslogtreecommitdiffstats
path: root/lib/northbound_cli.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-1/+5
* lib: new defaults logicDavid Lamparter2019-12-061-1/+2
* lib: fix display of candidate configurationsRenato Westphal2019-11-301-5/+5
* lib, vtysh: add new libyang option to the "debug northbound" commandRenato Westphal2019-10-161-3/+13
* lib: fix harmless lyd_schema_sort() warningRenato Westphal2019-10-151-0/+4
* lib: avoid expensive operations when editing a candidate configRenato Westphal2019-10-121-0/+19
* lib: remove expensive error handling in the northbound CLI clientRenato Westphal2019-10-121-26/+9
* Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal2019-09-181-87/+52
* lib: fix uint32_t overflow in a couple of CLI commandsRenato Westphal2019-08-211-7/+7
* lib: fix northbound static analyzer warningRafael Zalamena2019-06-221-1/+1
* lib: northbound cli support to end config nodesRafael Zalamena2019-06-221-1/+33
* lib: Separate out the debug_init apiDonald Sharp2019-05-281-1/+1
* lib: introduce a read-write lock for northbound configurationsRenato Westphal2019-04-261-52/+87
* lib: add API to allow northbound clients to lock/unlock the running configura...Renato Westphal2019-04-261-10/+5
* lib: add fine-grained debugging in the northboundRenato Westphal2019-04-151-19/+78
* lib: peform only partial YANG validation when displaying operational dataRenato Westphal2019-01-181-1/+1
* lib: fix "use of uninitialised value" valgrind warningRenato Westphal2019-01-141-1/+1
* lib: fix segfault on freebsd when using vsnprintf() incorrectlyRenato Westphal2019-01-031-5/+8
* lib: copy xpaths when enqueing changesEmanuele Di Pascale2018-12-181-1/+1
* Merge pull request #3442 from opensourcerouting/confirmed-commitsDonald Sharp2018-12-091-7/+88
|\
| * lib: add support for confirmed commitsRenato Westphal2018-12-071-7/+88
* | lib: implement the "show" commandRenato Westphal2018-12-071-0/+26
|/
* Merge pull request #3378 from opensourcerouting/remove-config-lockDonald Sharp2018-12-011-28/+2
|\
| * *: remove the configuration lock from all daemonsRenato Westphal2018-11-261-28/+2