summaryrefslogtreecommitdiffstats
path: root/lib/yang.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: finish fixing spelling in lib filesewlumpkin2021-10-221-1/+1
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-27/+116
* Merge pull request #6145 from patrasar/pim_nb_code_upstreamDonald Sharp2020-11-191-0/+5
|\
| * pimd: Northbound implementation for msdp mesh group, msdp peer commandsSarita Patra2020-11-061-0/+5
* | lib: combine two YANG schema iteration functions into oneRenato Westphal2020-10-231-23/+5
|/
* lib: better support for nested YANG augmentationsRenato Westphal2020-09-111-3/+4
* lib: adapt plugin to use new Sysrepo versionRenato Westphal2020-08-201-0/+1
* Merge pull request #6517 from vishaldhingra/submoduleDonald Sharp2020-08-071-0/+2
|\
| * lib: Add support to load submodules in embedded modules frameworkvdhingra2020-07-281-0/+2
* | lib : Yang wrappersvdhingra2020-07-161-1/+52
|/
* Merge pull request #6414 from opensourcerouting/nb-error-handlingSantosh P K2020-06-101-0/+18
|\
| * lib: return human-readable error messages to the northbound clientsRenato Westphal2020-05-291-0/+18
* | lib: introduce the yang_dnode_iterate helperRenato Westphal2020-06-051-0/+22
|/
* lib: increase xpath maxlenChirag Shah2020-04-161-1/+1
* lib, tools: silence harmless warnings in the northbound toolsRenato Westphal2020-04-041-2/+8
* 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