summaryrefslogtreecommitdiffstats
path: root/lib/yang.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: fix build of the northbound pluginsRenato Westphal2019-12-191-0/+3
* lib: make some variables staticDavid Lamparter2019-12-131-3/+0
* lib, vtysh: add new libyang option to the "debug northbound" commandRenato Westphal2019-10-161-0/+8
* lib: use MTYPE_STATICDavid Lamparter2019-06-211-3/+0
* lib: rework management of user pointers in the northbound layerRenato Westphal2019-04-181-45/+0
* Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal2019-03-291-0/+13
|\
| * lib: yang: use common yang_ctx_new_setup()David Lamparter2019-02-191-0/+5
| * lib: add extern "C" {} blocks to all libfrr headersRenato Westphal2019-02-121-0/+8
* | lib: introduce new YANG helper functionRenato Westphal2019-01-181-0/+15
|/
* Merge pull request #3342 from opensourcerouting/nb-operational-dataRuss White2018-11-291-44/+74
|\
| * lib: add support for YANG lists with mixed config and state dataRenato Westphal2018-11-261-0/+3
| * lib: rework the yang schema node iteration functionsRenato Westphal2018-11-261-27/+59
| * lib: introduce function that loads all FRR native YANG modulesRenato Westphal2018-11-261-0/+5
| * lib: make it possible to create YANG data nodes containing state dataRenato Westphal2018-11-261-1/+5
| * lib: don't fetch schema information when creating yang_data structuresRenato Westphal2018-11-261-16/+2
* | lib: make yang_dnode_get_entry() more flexibleRenato Westphal2018-11-261-2/+24
* | lib: introduce function to retrieve the schema name of a data nodeRenato Westphal2018-11-261-0/+16
|/
* yang: embed models into binariesDavid Lamparter2018-11-191-0/+17
* lib: introduce new northbound APIRenato Westphal2018-10-271-0/+439