index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
northbound_confd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: adapt to version 2 of libyang
Christian Hopps
2021-05-13
1
-8
/
+8
*
build: make builddir include path consistent
David Lamparter
2021-04-21
1
-1
/
+1
*
*: require semicolon after FRR_DAEMON_INFO & co.
David Lamparter
2021-03-17
1
-1
/
+2
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-1
/
+1
*
lib: combine two YANG schema iteration functions into one
Renato Westphal
2020-10-23
1
-2
/
+2
*
lib: fix iteration over schema nodes of a single YANG module
Renato Westphal
2020-10-23
1
-2
/
+6
*
*: add errmsg to nb rpc
Chirag Shah
2020-10-05
1
-1
/
+4
*
lib: don't ignore error messages generated during the commit apply phase
Renato Westphal
2020-08-15
1
-2
/
+5
*
lib: silence -Wformat-truncation warnings in the confd plugin
Renato Westphal
2020-05-29
1
-8
/
+8
*
lib: return human-readable error messages to the northbound clients
Renato Westphal
2020-05-29
1
-6
/
+3
*
lib: introduce the northbound context structure
Renato Westphal
2020-05-29
1
-2
/
+4
*
Revert "lib: introduce a read-write lock for northbound configurations"
Renato Westphal
2019-09-18
1
-5
/
+1
*
lib: introduce a read-write lock for northbound configurations
Renato Westphal
2019-04-26
1
-1
/
+5
*
lib: add API to allow northbound clients to lock/unlock the running configura...
Renato Westphal
2019-04-26
1
-1
/
+1
*
lib: add fine-grained debugging in the northbound
Renato Westphal
2019-04-15
1
-19
/
+73
*
*: use proper bool initializers & fix comparisons
Quentin Young
2019-02-26
1
-1
/
+1
*
libs, rip, isis: change northbound operation enum to DESTROY
Mark Stapp
2019-02-11
1
-1
/
+1
*
lib, tests: add support for keyless YANG lists
Renato Westphal
2018-12-09
1
-16
/
+80
*
lib: fix NETCONF network-wide transactions for confd and sysrepo
Renato Westphal
2018-12-07
1
-32
/
+95
*
Merge pull request #3342 from opensourcerouting/nb-operational-data
Russ White
2018-11-29
1
-117
/
+205
|
\
|
*
lib, tests: major rework in the operational-data callbacks
Renato Westphal
2018-11-26
1
-102
/
+167
|
*
lib: do not subscribe to config changes on a state data tree (confd plugin)
Renato Westphal
2018-11-26
1
-0
/
+3
|
*
lib: rework the yang schema node iteration functions
Renato Westphal
2018-11-26
1
-9
/
+12
|
*
lib, tools: use CHECK_FLAG/SET_FLAG more often in the northbound code
Renato Westphal
2018-11-26
1
-2
/
+2
|
*
lib: don't fetch schema information when creating yang_data structures
Renato Westphal
2018-11-26
1
-7
/
+24
*
|
lib: improve error handling when connection to confd is lost
Renato Westphal
2018-11-26
1
-0
/
+2
|
/
*
lib: add a new northbound plugin for ConfD
Renato Westphal
2018-10-27
1
-0
/
+1206