summaryrefslogtreecommitdiff
path: root/lib/yang.h
AgeCommit message (Expand)Author
2025-02-26lib: nb: fix bug with oper-state query on list dataChristian Hopps
2025-02-24lib: northbound: support pre-built oper state in libyang treeChristian Hopps
2025-01-18lib: yang: add yang_parse_data functionChristian Hopps
2025-01-13lib: northbound: add basic oper-state update functionsChristian Hopps
2024-10-07lib: add flag to have libyang load internal ietf-yang-library moduleChristian Hopps
2024-09-17lib: constify yang_resolve_snode_xpath resultsChristian Hopps
2024-04-22lib: add native RPC processing to mgmt backend clientIgor Ryzhov
2024-04-22tests: add test for NB RPC callbackIgor Ryzhov
2024-04-22Merge pull request #15468 from idryzhov/mgmt-native-editChristian Hopps
2024-03-26mgmtd: add support for native 'edit' operationIgor Ryzhov
2024-03-15*: remove confd pluginIgor Ryzhov
2024-02-18lib: 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