summaryrefslogtreecommitdiffstats
path: root/lib/yang.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib, mgmtd: fix processing of yang notificationsIgor Ryzhov2024-02-101-0/+46
* lib: add ietf-yang-metadata to the list of built-in modulesIgor Ryzhov2024-02-041-1/+2
* lib: mgmtd: add YANG notification supportChristian Hopps2024-01-301-0/+28
* lib: fix yang_dnode_dupIgor Ryzhov2024-01-281-1/+2
* lib: add support for "features" when loading YANG modulesIgor Ryzhov2024-01-281-4/+7
* build: homologize path handlingDavid Lamparter2024-01-271-0/+2
* lib: add yang function for counting data nodesIgor Ryzhov2024-01-261-0/+24
* lib: fix yang_lyd_trim_xpathIgor Ryzhov2024-01-141-12/+15
* lib: fix coverity issuesChristian Hopps2024-01-111-2/+1
* lib: use libyang functions if they are presentChristian Hopps2024-01-071-36/+140
* lib: mgmtd: implement full XPath 1.0 predicate functionalityChristian Hopps2024-01-071-0/+105
* lib: fixes required after rebasingChristian Hopps2023-12-281-1/+2
* lib: yang: add yang_get_node_keys() functionChristian Hopps2023-12-281-26/+20
* lib: yang: add new functionsChristian Hopps2023-12-281-0/+75
* lib: yang: add tree "printing" utility functionsChristian Hopps2023-12-261-0/+32
* lib: fix printing multiple yang errorsIgor Ryzhov2023-11-151-9/+6
* lib: yang: restore old API use now that it's fixedChristian Hopps2023-11-061-8/+1
* lib: add and use new yang function for finding schema nodesChristian Hopps2023-04-171-0/+17
* mgmtd: Add MGMT Transaction FrameworkYash Ranjan2023-03-221-1/+6
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-14/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-14/+1
* | lib,yang,zebra: add affinity-map supportLouis Scalbert2023-02-091-0/+1
|/
* 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