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: northbound/mgmtd: add backend model support
Christian Hopps
4 days
1
-0
/
+10
*
mgmtd: add notify selectors to filter datastore notifications
Christian Hopps
4 days
1
-0
/
+9
*
lib: notify on datastore (oper-state) changes
Christian Hopps
4 days
1
-0
/
+12
*
lib: northbound: add basic oper-state update functions
Christian Hopps
4 days
1
-0
/
+62
*
Merge pull request #17772 from LabNConsulting/chopps/fix-oper-walk
Donald Sharp
11 days
1
-6
/
+9
|
\
|
*
lib: change and improve walk finish callback function API
Christian Hopps
12 days
1
-6
/
+9
*
|
lib: northbound: add new get() callback to add lyd_node direclty
Christian Hopps
11 days
1
-16
/
+37
|
/
*
lib: add flag to have libyang load internal ietf-yang-library module
Christian Hopps
2024-10-07
1
-3
/
+5
*
mgmtd: add ietf-yang-library support
Christian Hopps
2024-09-18
1
-0
/
+1
*
lib: mgmtd: add `changed` and `created` to edit-reply msg
Christian Hopps
2024-09-17
1
-3
/
+6
*
lib: mgmtd: cleanup error value for native messaging
Christian Hopps
2024-09-17
1
-0
/
+1
*
lib: common debug config output
Igor Ryzhov
2024-08-27
1
-1
/
+0
*
lib: rework debug init
Igor Ryzhov
2024-08-27
1
-1
/
+0
*
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
[next]