summaryrefslogtreecommitdiffstats
path: root/lib/northbound_confd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal2019-09-181-5/+1
* lib: introduce a read-write lock for northbound configurationsRenato Westphal2019-04-261-1/+5
* lib: add API to allow northbound clients to lock/unlock the running configura...Renato Westphal2019-04-261-1/+1
* lib: add fine-grained debugging in the northboundRenato Westphal2019-04-151-19/+73
* *: use proper bool initializers & fix comparisonsQuentin Young2019-02-261-1/+1
* libs, rip, isis: change northbound operation enum to DESTROYMark Stapp2019-02-111-1/+1
* lib, tests: add support for keyless YANG listsRenato Westphal2018-12-091-16/+80
* lib: fix NETCONF network-wide transactions for confd and sysrepoRenato Westphal2018-12-071-32/+95
* Merge pull request #3342 from opensourcerouting/nb-operational-dataRuss White2018-11-291-117/+205
|\
| * lib, tests: major rework in the operational-data callbacksRenato Westphal2018-11-261-102/+167
| * lib: do not subscribe to config changes on a state data tree (confd plugin)Renato Westphal2018-11-261-0/+3
| * lib: rework the yang schema node iteration functionsRenato Westphal2018-11-261-9/+12
| * lib, tools: use CHECK_FLAG/SET_FLAG more often in the northbound codeRenato Westphal2018-11-261-2/+2
| * lib: don't fetch schema information when creating yang_data structuresRenato Westphal2018-11-261-7/+24
* | lib: improve error handling when connection to confd is lostRenato Westphal2018-11-261-0/+2
|/
* lib: add a new northbound plugin for ConfDRenato Westphal2018-10-271-0/+1206