summaryrefslogtreecommitdiffstats
path: root/lib/northbound_confd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-8/+8
* build: make builddir include path consistentDavid Lamparter2021-04-211-1/+1
* *: require semicolon after FRR_DAEMON_INFO & co.David Lamparter2021-03-171-1/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* lib: combine two YANG schema iteration functions into oneRenato Westphal2020-10-231-2/+2
* lib: fix iteration over schema nodes of a single YANG moduleRenato Westphal2020-10-231-2/+6
* *: add errmsg to nb rpcChirag Shah2020-10-051-1/+4
* lib: don't ignore error messages generated during the commit apply phaseRenato Westphal2020-08-151-2/+5
* lib: silence -Wformat-truncation warnings in the confd pluginRenato Westphal2020-05-291-8/+8
* lib: return human-readable error messages to the northbound clientsRenato Westphal2020-05-291-6/+3
* lib: introduce the northbound context structureRenato Westphal2020-05-291-2/+4
* 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