index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
northbound.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: rework northbound RPC callback
Igor Ryzhov
2024-04-22
1
-5
/
+5
*
Merge pull request #15468 from idryzhov/mgmt-native-edit
Christian Hopps
2024-04-22
1
-0
/
+38
|
\
|
*
mgmtd: add support for native 'edit' operation
Igor Ryzhov
2024-03-26
1
-0
/
+38
*
|
*: remove confd plugin
Igor Ryzhov
2024-03-14
1
-6
/
+0
|
/
*
lib: always call new notification hooks too
Christian Hopps
2024-02-15
1
-3
/
+8
*
lib, mgmtd: rework processing of yang notifications
Igor Ryzhov
2024-02-11
1
-0
/
+27
*
lib: mgmtd: add YANG notification support
Christian Hopps
2024-01-30
1
-0
/
+17
*
lib, mgmtd, zebra: cleanup of zebra conversion to mgmtd
Igor Ryzhov
2024-01-28
1
-0
/
+1
*
lib: add support for "features" when loading YANG modules
Igor Ryzhov
2024-01-28
1
-0
/
+7
*
lib: remove leaf-list xpath hack from northbound
Igor Ryzhov
2024-01-23
1
-4
/
+1
*
mgmtd: remove heavy duplication in mgmtd config read
Christian Hopps
2024-01-19
1
-0
/
+5
*
lib: better conditionalize leaf-list predicate xpath addition
Christian Hopps
2024-01-19
1
-5
/
+13
*
Merge pull request #14542 from idryzhov/nb-op-cb-split
Christian Hopps
2024-01-12
1
-28
/
+67
|
\
|
*
lib: explain semantics of northbound operations
Igor Ryzhov
2024-01-11
1
-8
/
+11
|
*
mgmt, lib: implement REPLACE operation
Igor Ryzhov
2024-01-11
1
-0
/
+1
|
*
mgmt, lib: differentiate DELETE and REMOVE operations
Igor Ryzhov
2024-01-11
1
-1
/
+1
|
*
mgmtd, lib: implement CREATE_EXCL operation
Igor Ryzhov
2024-01-11
1
-0
/
+1
|
*
lib: split nb_operation into two types
Igor Ryzhov
2024-01-11
1
-27
/
+61
*
|
lib, mgmtd: rename ignore_cbs to ignore_cfg_cbs
Igor Ryzhov
2024-01-11
1
-5
/
+6
|
/
*
lib: mgmtd: implement full XPath 1.0 predicate functionality
Christian Hopps
2024-01-07
1
-0
/
+8
*
lib: remove unused/replaced oper-state iteration code
Christian Hopps
2024-01-04
1
-7
/
+2
*
lib: northbound: add yielding and batching to oper-state queries
Christian Hopps
2023-12-28
1
-5
/
+93
*
lib: create and use libyang tree during oper-state walk
Christian Hopps
2023-12-28
1
-1
/
+5
*
lib, mgmtd: respect base xpath in mgmtd
Igor Ryzhov
2023-11-12
1
-8
/
+2
*
mgmt: delete candidate scratch buffer
Igor Ryzhov
2023-10-06
1
-1
/
+0
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert `struct event_master` to `struct event_loop`
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
-1
/
+1
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
lib: staticd: vtysh: apply frrbot style requirements
Christian Hopps
2023-03-22
1
-4
/
+5
*
mgmtd: Add MGMT Transaction Framework
Yash Ranjan
2023-03-22
1
-2
/
+130
*
mgmtd: Add MGMT Backend Interface Framework
Christian Hopps
2023-03-22
1
-7
/
+79
*
mgmtd: Add MGMT Frontend Interface Framework
Christian Hopps
2023-03-22
1
-0
/
+6
*
mgmtd: Bringup MGMTD daemon and datastore module support
Christian Hopps
2023-03-22
1
-0
/
+1
*
lib: fix init. use of nb_context to be by value not by reference
Christian Hopps
2023-02-24
1
-19
/
+3
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
lib: northbound cli show/cmd functions must not modify data nodes
Igor Ryzhov
2021-10-13
1
-3
/
+4
*
northbound: KISS always batch yang config (file read), it's faster
Christian Hopps
2021-06-02
1
-0
/
+1
*
lib: adapt to version 2 of libyang
Christian Hopps
2021-05-13
1
-12
/
+3
*
lib: add ability to sort CLI commands printed by NB layer
Igor Ryzhov
2021-03-23
1
-0
/
+17
*
*: require semicolon after DEFINE_HOOK & co.
David Lamparter
2021-03-17
1
-3
/
+3
*
lib: add ability to register dependencies between northbound nodes
Igor Ryzhov
2021-02-22
1
-0
/
+13
*
yang: nbr plist nb conversion for more afi-safis
Chirag Shah
2021-01-10
1
-1
/
+1
*
pathd: Add optional support for PCEP to pathd
Sebastien Merle
2020-12-18
1
-0
/
+3
*
lib: add API to load YANG modules on demand
Renato Westphal
2020-10-23
1
-0
/
+23
*
*: add errmsg to nb rpc
Chirag Shah
2020-10-05
1
-1
/
+8
*
lib: increase the size of northbound max module
Chirag Shah
2020-10-03
1
-1
/
+1
*
*: record transaction based on control flag
Chirag Shah
2020-08-20
1
-1
/
+4
*
lib: don't ignore error messages generated during the commit apply phase
Renato Westphal
2020-08-15
1
-2
/
+16
*
lib: add possibility to search non-recursively for NB node entries
GalaxyGorilla
2020-08-07
1
-0
/
+8
[next]