index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
northbound.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: fix style and add more comments to NB code
Igor Ryzhov
2024-04-22
1
-6
/
+14
*
lib: rework northbound RPC callback
Igor Ryzhov
2024-04-22
1
-5
/
+2
*
Merge pull request #15468 from idryzhov/mgmt-native-edit
Christian Hopps
2024-04-22
1
-0
/
+217
|
\
|
*
mgmtd: add support for native 'edit' operation
Igor Ryzhov
2024-03-26
1
-0
/
+217
*
|
*: remove confd plugin
Igor Ryzhov
2024-03-14
1
-2
/
+0
|
/
*
lib: fix apply_finish callback in northbound
Igor Ryzhov
2024-03-05
1
-1
/
+1
*
lib: fix setting temporary log options for libyang
Igor Ryzhov
2024-02-26
1
-3
/
+1
*
lib: fix nb callbacks for containers inside choice case
Igor Ryzhov
2024-02-24
1
-0
/
+4
*
lib: fix order of northbound operations
Igor Ryzhov
2024-02-24
1
-4
/
+19
*
lib: fix order of northbound callbacks
Igor Ryzhov
2024-02-20
1
-3
/
+6
*
lib: always call new notification hooks too
Christian Hopps
2024-02-15
1
-4
/
+51
*
lib, mgmtd: rework processing of yang notifications
Igor Ryzhov
2024-02-11
1
-0
/
+21
*
lib: mgmtd: add YANG notification support
Christian Hopps
2024-01-30
1
-0
/
+17
*
lib: add support for "features" when loading YANG modules
Igor Ryzhov
2024-01-28
1
-1
/
+2
*
lib: remove leaf-list xpath hack from northbound
Igor Ryzhov
2024-01-23
1
-20
/
+6
*
mgmtd: remove heavy duplication in mgmtd config read
Christian Hopps
2024-01-19
1
-9
/
+16
*
lib: better conditionalize leaf-list predicate xpath addition
Christian Hopps
2024-01-19
1
-10
/
+17
*
lib: libyang logging temp off to avoid unwanted log message
Christian Hopps
2024-01-19
1
-1
/
+10
*
Merge pull request #14542 from idryzhov/nb-op-cb-split
Christian Hopps
2024-01-12
1
-130
/
+183
|
\
|
*
mgmt, lib: implement REPLACE operation
Igor Ryzhov
2024-01-11
1
-2
/
+39
|
*
lib: move dnode creation into a separate function
Igor Ryzhov
2024-01-11
1
-28
/
+33
|
*
mgmt, lib: differentiate DELETE and REMOVE operations
Igor Ryzhov
2024-01-11
1
-8
/
+12
|
*
mgmtd, lib: implement CREATE_EXCL operation
Igor Ryzhov
2024-01-11
1
-2
/
+7
|
*
lib: split nb_operation into two types
Igor Ryzhov
2024-01-11
1
-93
/
+95
*
|
lib, mgmtd: rename ignore_cbs to ignore_cfg_cbs
Igor Ryzhov
2024-01-11
1
-17
/
+17
|
/
*
lib: mgmtd: implement full XPath 1.0 predicate functionality
Christian Hopps
2024-01-07
1
-0
/
+21
*
lib: remove unused/replaced oper-state iteration code
Christian Hopps
2024-01-04
1
-540
/
+0
*
lib: fix coverity CID 1574981
Christian Hopps
2023-12-30
1
-11
/
+9
*
lib: northbound: add yielding and batching to oper-state queries
Christian Hopps
2023-12-28
1
-26
/
+75
*
lib: create and use libyang tree during oper-state walk
Christian Hopps
2023-12-28
1
-55
/
+148
*
lib: northbound: improve xpath functionality
Christian Hopps
2023-12-28
1
-15
/
+81
*
lib: load nb callbacks even with ignore_cbs set
Igor Ryzhov
2023-11-21
1
-4
/
+0
*
lib: use LYD_VALIDATE_MULTI_ERROR only if available
David Lamparter
2023-11-20
1
-1
/
+6
*
lib: print all errors when validating a config
Igor Ryzhov
2023-11-15
1
-3
/
+8
*
Merge pull request #14768 from idryzhov/mgmtd-base-xpath
Donald Sharp
2023-11-13
1
-15
/
+8
|
\
|
*
lib, mgmtd: respect base xpath in mgmtd
Igor Ryzhov
2023-11-12
1
-15
/
+8
*
|
lib: fix possible freeing of libyang data
Igor Ryzhov
2023-11-11
1
-3
/
+5
|
/
*
Merge pull request #14544 from idryzhov/mgmt-scratch-buffer
Donald Sharp
2023-11-08
1
-67
/
+1
|
\
|
*
mgmt: delete candidate scratch buffer
Igor Ryzhov
2023-10-06
1
-67
/
+1
*
|
lib: remove incorrect comment from northbound
Igor Ryzhov
2023-10-21
1
-5
/
+0
|
/
*
lib: random make-coverity-happy nits
David Lamparter
2023-09-20
1
-2
/
+2
*
mgmtd: rm unused/unneeded code add couple comments
Christian Hopps
2023-06-05
1
-3
/
+4
*
lib: fix broken "show yang operational-data" functionality
Christian Hopps
2023-04-17
1
-2
/
+2
*
lib: add and use new yang function for finding schema nodes
Christian Hopps
2023-04-17
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
*
Merge pull request #13074 from donaldsharp/hash_clean_and_free
Donatas Abraitis
2023-03-23
1
-2
/
+1
|
\
|
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-2
/
+1
*
|
lib: staticd: vtysh: apply frrbot style requirements
Christian Hopps
2023-03-22
1
-14
/
+12
*
|
mgmtd: Add MGMT Transaction Framework
Yash Ranjan
2023-03-22
1
-5
/
+7
[next]