summaryrefslogtreecommitdiffstats
path: root/lib/yang.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: avoid pointless search for built-in IETF YANGDavid Lamparter2022-01-171-0/+5
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-190/+210
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-2/+2
* pathd: New SR-TE policy management daemonSebastien Merle2020-12-181-0/+1
* lib: prevent libyang abstraction memory leakRafael Zalamena2020-12-091-1/+1
* Merge pull request #6145 from patrasar/pim_nb_code_upstreamDonald Sharp2020-11-191-4/+2
|\
| * pimd: Northbound implementation for msdp mesh group, msdp peer commandsSarita Patra2020-11-061-4/+2
* | lib: combine two YANG schema iteration functions into oneRenato Westphal2020-10-231-21/+2
* | lib: fix iteration over schema nodes of a single YANG moduleRenato Westphal2020-10-231-13/+14
|/
* lib: better support for nested YANG augmentationsRenato Westphal2020-09-111-11/+18
* lib: add yang modules to native module listChirag Shah2020-08-201-0/+3
* Merge pull request #6517 from vishaldhingra/submoduleDonald Sharp2020-08-071-10/+18
|\
| * lib: Add support to load submodules in embedded modules frameworkvdhingra2020-07-281-10/+18
* | lib : Yang wrappersvdhingra2020-07-161-0/+144
|/
* Merge pull request #6414 from opensourcerouting/nb-error-handlingSantosh P K2020-06-101-0/+28
|\
| * lib: return human-readable error messages to the northbound clientsRenato Westphal2020-05-291-0/+28
* | lib: introduce the yang_dnode_iterate helperRenato Westphal2020-06-051-0/+26
|/
* lib: suppress formatting on yang.c module arrayQuentin Young2020-04-161-0/+2
* yang: add zebra model in makefileChirag Shah2020-04-161-0/+1
* lib: vrf northbound callbacksChirag Shah2020-04-161-0/+1
* 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