summaryrefslogtreecommitdiffstats
path: root/lib/yang.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib, tools: silence harmless warnings in the northbound toolsRenato Westphal2020-04-041-4/+7
* vrrpd: northbound conversionQuentin Young2019-12-091-0/+1
* lib, vtysh: add new libyang option to the "debug northbound" commandRenato Westphal2019-10-161-4/+11
* lib: Let libyang log everything possibleGalaxyGorilla2019-10-161-3/+6
* lib: use MTYPE_STATICDavid Lamparter2019-06-211-2/+2
* lib, yang: disable libyang custom user types temporarilyRenato Westphal2019-05-071-45/+0
* Merge pull request #4161 from opensourcerouting/nb-performanceQuentin Young2019-04-221-43/+0
|\
| * lib: rework management of user pointers in the northbound layerRenato Westphal2019-04-181-43/+0
* | lib: move zlog() prototype back to the public logging APIRenato Westphal2019-04-181-1/+0
|/
* Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal2019-03-291-3/+47
|\
| * lib: yang: use common yang_ctx_new_setup()David Lamparter2019-02-191-3/+24
| * build, lib/yang: bake in extensions if possibleDavid Lamparter2019-01-241-0/+23
* | lib: introduce new YANG helper functionRenato Westphal2019-01-181-0/+19
|/
* lib: add frr-isisd to the native modelsEmanuele Di Pascale2018-12-181-1/+2
* yang, ripngd: add 'frr-ripngd.yang' and associated stub callbacksRenato Westphal2018-12-031-0/+1
* Merge pull request #3342 from opensourcerouting/nb-operational-dataRuss White2018-11-291-46/+64
|\
| * lib: add support for YANG lists with mixed config and state dataRenato Westphal2018-11-261-1/+2
| * lib: rework the yang schema node iteration functionsRenato Westphal2018-11-261-26/+36
| * lib: introduce function that loads all FRR native YANG modulesRenato Westphal2018-11-261-0/+11
| * lib: remove entire data tree on yang_dnode_free()Renato Westphal2018-11-261-0/+2
| * lib, tools: use CHECK_FLAG/SET_FLAG more often in the northbound codeRenato Westphal2018-11-261-5/+5
| * lib: make it possible to create YANG data nodes containing state dataRenato Westphal2018-11-261-2/+8
| * lib: don't fetch schema information when creating yang_data structuresRenato Westphal2018-11-261-12/+0
* | lib: make yang_dnode_get_entry() more flexibleRenato Westphal2018-11-261-1/+5
* | lib: introduce function to retrieve the schema name of a data nodeRenato Westphal2018-11-261-0/+23
* | lib: set YANG search directory when creating libyang contextRenato Westphal2018-11-261-2/+2
|/
* yang: embed models into binariesDavid Lamparter2018-11-191-0/+40
* lib: introduce new northbound APIRenato Westphal2018-10-271-0/+618