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: add native RPC processing to mgmt frontend client
Igor Ryzhov
2024-04-22
1
-0
/
+16
*
lib: rework northbound RPC callback
Igor Ryzhov
2024-04-22
1
-2
/
+57
*
lib, mgmtd: rework processing of yang notifications
Igor Ryzhov
2024-02-11
1
-3
/
+9
*
lib: better conditionalize leaf-list predicate xpath addition
Christian Hopps
2024-01-19
1
-3
/
+3
*
*: remove sys/stat.h from zebra.h
Donald Sharp
2024-01-09
1
-0
/
+1
*
lib: northbound: add yielding and batching to oper-state queries
Christian Hopps
2023-12-28
1
-6
/
+10
*
lib: create and use libyang tree during oper-state walk
Christian Hopps
2023-12-28
1
-1
/
+1
*
lib, mgmtd: respect base xpath in mgmtd
Igor Ryzhov
2023-11-12
1
-6
/
+32
*
mgmtd: KISS the locking code
Christian Hopps
2023-06-19
1
-2
/
+2
*
lib: mgmtd: simplify implicit commit code
Christian Hopps
2023-06-12
1
-3
/
+10
*
lib: mgmtd: fixes for startup config file processing
Christian Hopps
2023-05-30
1
-2
/
+5
*
lib: always return valid data format for show yang command.
Christian Hopps
2023-04-17
1
-4
/
+10
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert thread_cancelXXX to event_cancelXXX
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-7
/
+6
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-1
/
+1
*
lib, mgmtd: Add few fixes for commit-check and rollback
Pushpasis Sarkar
2023-03-22
1
-2
/
+16
*
mgmtd: Add MGMT Transaction Framework
Yash Ranjan
2023-03-22
1
-0
/
+12
*
mgmtd: Add MGMT Backend Interface Framework
Christian Hopps
2023-03-22
1
-64
/
+6
*
mgmtd: Add MGMT Frontend Interface Framework
Christian Hopps
2023-03-22
1
-2
/
+2
*
lib: fix init. use of nb_context to be by value not by reference
Christian Hopps
2023-02-24
1
-6
/
+5
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
1
-2
/
+0
*
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
[next]