summaryrefslogtreecommitdiff
path: root/lib/yang.h
AgeCommit message (Expand)Author
2024-02-20lib: mgmtd: add xpath arg to notification messageChristian Hopps
2024-02-10lib, mgmtd: fix processing of yang notificationsIgor Ryzhov
2024-01-30lib: mgmtd: add YANG notification supportChristian Hopps
2024-01-28lib: add support for "features" when loading YANG modulesIgor Ryzhov
2024-01-26lib: add yang function for counting data nodesIgor Ryzhov
2024-01-07lib: use libyang functions if they are presentChristian Hopps
2024-01-07lib: mgmtd: implement full XPath 1.0 predicate functionalityChristian Hopps
2023-12-28lib: yang: add yang_get_node_keys() functionChristian Hopps
2023-12-28lib: yang: add new functionsChristian Hopps
2023-12-26lib: yang: add tree "printing" utility functionsChristian Hopps
2023-04-17lib: add and use new yang function for finding schema nodesChristian Hopps
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-27*: apply proper format string attributesDavid Lamparter
2021-10-22lib: finish fixing spelling in lib filesewlumpkin
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2020-11-19Merge pull request #6145 from patrasar/pim_nb_code_upstreamDonald Sharp
2020-11-06pimd: Northbound implementation for msdp mesh group, msdp peer commandsSarita Patra
2020-10-23lib: combine two YANG schema iteration functions into oneRenato Westphal
2020-09-11lib: better support for nested YANG augmentationsRenato Westphal
2020-08-20lib: adapt plugin to use new Sysrepo versionRenato Westphal
2020-08-07Merge pull request #6517 from vishaldhingra/submoduleDonald Sharp
2020-07-28lib: Add support to load submodules in embedded modules frameworkvdhingra
2020-07-16lib : Yang wrappersvdhingra
2020-06-10Merge pull request #6414 from opensourcerouting/nb-error-handlingSantosh P K
2020-06-05lib: introduce the yang_dnode_iterate helperRenato Westphal
2020-05-28lib: return human-readable error messages to the northbound clientsRenato Westphal
2020-04-16lib: increase xpath maxlenChirag Shah
2020-04-03lib, tools: silence harmless warnings in the northbound toolsRenato Westphal
2019-12-19lib: fix build of the northbound pluginsRenato Westphal
2019-12-13lib: make some variables staticDavid Lamparter
2019-10-16lib, vtysh: add new libyang option to the "debug northbound" commandRenato Westphal
2019-06-21lib: use MTYPE_STATICDavid Lamparter
2019-04-18lib: rework management of user pointers in the northbound layerRenato Westphal
2019-03-29Merge remote-tracking branch 'frr/master' into rip-vrfRenato Westphal
2019-02-19lib: yang: use common yang_ctx_new_setup()David Lamparter
2019-02-11lib: add extern "C" {} blocks to all libfrr headersRenato Westphal
2019-01-18lib: introduce new YANG helper functionRenato Westphal
2018-11-29Merge pull request #3342 from opensourcerouting/nb-operational-dataRuss White
2018-11-26lib: add support for YANG lists with mixed config and state dataRenato Westphal
2018-11-26lib: rework the yang schema node iteration functionsRenato Westphal
2018-11-26lib: introduce function that loads all FRR native YANG modulesRenato Westphal
2018-11-26lib: make it possible to create YANG data nodes containing state dataRenato Westphal
2018-11-26lib: don't fetch schema information when creating yang_data structuresRenato Westphal
2018-11-26lib: make yang_dnode_get_entry() more flexibleRenato Westphal
2018-11-26lib: introduce function to retrieve the schema name of a data nodeRenato Westphal
2018-11-19yang: embed models into binariesDavid Lamparter
2018-10-27lib: introduce new northbound APIRenato Westphal