summaryrefslogtreecommitdiff
path: root/lib/northbound_cli.c
AgeCommit message (Expand)Author
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
2020-05-28lib: introduce the northbound context structureRenato Westphal
2020-04-16*: move CLI node names to cmd_node->nameDavid Lamparter
2020-04-16*: remove second parameter on install_node()David Lamparter
2020-04-16*: remove cmd_node->vtyshDavid Lamparter
2020-04-16*: clean up cmd_node initializersDavid Lamparter
2019-12-06lib: new defaults logicDavid Lamparter
2019-11-29lib: fix display of candidate configurationsRenato Westphal
2019-10-16lib, vtysh: add new libyang option to the "debug northbound" commandRenato Westphal
2019-10-14lib: fix harmless lyd_schema_sort() warningRenato Westphal
2019-10-11lib: avoid expensive operations when editing a candidate configRenato Westphal
2019-10-11lib: remove expensive error handling in the northbound CLI clientRenato Westphal
2019-09-18Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal
2019-08-21lib: fix uint32_t overflow in a couple of CLI commandsRenato Westphal
2019-06-22lib: fix northbound static analyzer warningRafael Zalamena
2019-06-22lib: northbound cli support to end config nodesRafael Zalamena
2019-05-28lib: Separate out the debug_init apiDonald Sharp
2019-04-26lib: introduce a read-write lock for northbound configurationsRenato Westphal
2019-04-26lib: add API to allow northbound clients to lock/unlock the running configura...Renato Westphal
2019-04-15lib: add fine-grained debugging in the northboundRenato Westphal
2019-01-18lib: peform only partial YANG validation when displaying operational dataRenato Westphal
2019-01-14lib: fix "use of uninitialised value" valgrind warningRenato Westphal
2019-01-02lib: fix segfault on freebsd when using vsnprintf() incorrectlyRenato Westphal
2018-12-18lib: copy xpaths when enqueing changesEmanuele Di Pascale
2018-12-09Merge pull request #3442 from opensourcerouting/confirmed-commitsDonald Sharp
2018-12-07lib: implement the "show" commandRenato Westphal
2018-12-07lib: add support for confirmed commitsRenato Westphal
2018-11-30Merge pull request #3378 from opensourcerouting/remove-config-lockDonald Sharp