index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
northbound_cli.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib,vtysh: show operational data with config
Rafael Zalamena
2022-03-02
1
-3
/
+16
*
lib: fix show yang operational state output
Rafael Zalamena
2022-03-02
1
-3
/
+1
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-3
/
+1
*
lib: northbound cli show/cmd functions must not modify data nodes
Igor Ryzhov
2021-10-13
1
-3
/
+5
*
lib: significantly improve nb cli command sorting
Igor Ryzhov
2021-09-17
1
-3
/
+15
*
northbound: KISS always batch yang config (file read), it's faster
Christian Hopps
2021-06-02
1
-53
/
+53
*
lib: adapt to version 2 of libyang
Christian Hopps
2021-05-13
1
-44
/
+49
*
build: make builddir include path consistent
David Lamparter
2021-04-21
1
-1
/
+1
*
lib: add ability to sort CLI commands printed by NB layer
Igor Ryzhov
2021-03-23
1
-1
/
+46
*
lib: simplify nb_cli_show_dnode_cmds
Igor Ryzhov
2021-03-23
1
-56
/
+19
*
Merge pull request #8073 from idryzhov/vtysh-show-config
Santosh P K
2021-03-01
1
-1
/
+1
|
\
|
*
lib: allow "show config running" command for non-transactional CLI
Igor Ryzhov
2021-02-12
1
-1
/
+1
*
|
lib: fix some misc SA warnings
Quentin Young
2021-02-17
1
-0
/
+12
|
/
*
lib/xref: add xrefs for install_element()
David Lamparter
2021-02-01
1
-10
/
+10
*
lib: Correctly set temp file permissions
Donald Sharp
2021-01-18
1
-0
/
+6
*
*: unify thread/event cancel macros
Mark Stapp
2020-10-23
1
-4
/
+4
*
*: add errmsg to nb rpc
Chirag Shah
2020-10-05
1
-2
/
+7
*
lib: fix crashes with leafrefs that point to non-implemented modules
Renato Westphal
2020-09-11
1
-2
/
+2
*
lib: silence overly verbose CLI warning
Renato Westphal
2020-08-31
1
-4
/
+10
*
lib: don't ignore error messages generated during the commit apply phase
Renato Westphal
2020-08-15
1
-3
/
+14
*
lib: introduce configuration back-off timer for YANG-modeled commands
Renato Westphal
2020-08-03
1
-19
/
+113
*
lib: return human-readable error messages to the northbound clients
Renato Westphal
2020-05-29
1
-37
/
+42
*
lib: introduce the northbound context structure
Renato Westphal
2020-05-29
1
-8
/
+24
*
*: move CLI node names to cmd_node->name
David Lamparter
2020-04-16
1
-0
/
+1
*
*: remove second parameter on install_node()
David Lamparter
2020-04-16
1
-1
/
+2
*
*: remove cmd_node->vtysh
David Lamparter
2020-04-16
1
-1
/
+0
*
*: clean up cmd_node initializers
David Lamparter
2020-04-16
1
-1
/
+5
*
lib: new defaults logic
David Lamparter
2019-12-06
1
-1
/
+2
*
lib: fix display of candidate configurations
Renato Westphal
2019-11-30
1
-5
/
+5
*
lib, vtysh: add new libyang option to the "debug northbound" command
Renato Westphal
2019-10-16
1
-3
/
+13
*
lib: fix harmless lyd_schema_sort() warning
Renato Westphal
2019-10-15
1
-0
/
+4
*
lib: avoid expensive operations when editing a candidate config
Renato Westphal
2019-10-12
1
-0
/
+19
*
lib: remove expensive error handling in the northbound CLI client
Renato Westphal
2019-10-12
1
-26
/
+9
*
Revert "lib: introduce a read-write lock for northbound configurations"
Renato Westphal
2019-09-18
1
-87
/
+52
*
lib: fix uint32_t overflow in a couple of CLI commands
Renato Westphal
2019-08-21
1
-7
/
+7
*
lib: fix northbound static analyzer warning
Rafael Zalamena
2019-06-22
1
-1
/
+1
*
lib: northbound cli support to end config nodes
Rafael Zalamena
2019-06-22
1
-1
/
+33
*
lib: Separate out the debug_init api
Donald Sharp
2019-05-28
1
-1
/
+1
*
lib: introduce a read-write lock for northbound configurations
Renato Westphal
2019-04-26
1
-52
/
+87
*
lib: add API to allow northbound clients to lock/unlock the running configura...
Renato Westphal
2019-04-26
1
-10
/
+5
*
lib: add fine-grained debugging in the northbound
Renato Westphal
2019-04-15
1
-19
/
+78
*
lib: peform only partial YANG validation when displaying operational data
Renato Westphal
2019-01-18
1
-1
/
+1
*
lib: fix "use of uninitialised value" valgrind warning
Renato Westphal
2019-01-14
1
-1
/
+1
*
lib: fix segfault on freebsd when using vsnprintf() incorrectly
Renato Westphal
2019-01-03
1
-5
/
+8
*
lib: copy xpaths when enqueing changes
Emanuele Di Pascale
2018-12-18
1
-1
/
+1
*
Merge pull request #3442 from opensourcerouting/confirmed-commits
Donald Sharp
2018-12-09
1
-7
/
+88
|
\
|
*
lib: add support for confirmed commits
Renato Westphal
2018-12-07
1
-7
/
+88
*
|
lib: implement the "show" command
Renato Westphal
2018-12-07
1
-0
/
+26
|
/
*
Merge pull request #3378 from opensourcerouting/remove-config-lock
Donald Sharp
2018-12-01
1
-28
/
+2
|
\
|
*
*: remove the configuration lock from all daemons
Renato Westphal
2018-11-26
1
-28
/
+2
[next]