summaryrefslogtreecommitdiffstats
path: root/lib/yang.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* yang: embed models into binariesDavid Lamparter2018-11-191-0/+40
* lib: introduce new northbound APIRenato Westphal2018-10-271-0/+618