summaryrefslogtreecommitdiff
path: root/lib/yang.c
AgeCommit message (Expand)Author
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-08-22lib: Ensure SA that root cannot be NULLDonald Sharp
2024-08-09lib: Fix LYD_NEW_PATH_OUTPUT issue to support libyang v3.xLu.Mao
2024-06-06lib: fix incorrect use of error checking macroChristian Hopps
2024-05-08Merge pull request #15608 from vjardin/libyang3Martin Winter
2024-05-08lib: libyang.so.3 compatibilty layersVincent JARDIN
2024-04-22lib: add native RPC processing to mgmt backend clientIgor Ryzhov
2024-04-22tests: add test for NB RPC callbackIgor Ryzhov
2024-03-26mgmtd: add support for native 'edit' operationIgor Ryzhov
2024-03-10lib: fix initialization of northbound nodesIgor Ryzhov
2024-02-18lib: mgmtd: add xpath arg to notification messageChristian Hopps
2024-02-15lib: actually create the tree for the conversionChristian Hopps
2024-02-15lib: fix memleak on successChristian Hopps
2024-02-10lib, mgmtd: fix processing of yang notificationsIgor Ryzhov
2024-02-04lib: add ietf-yang-metadata to the list of built-in modulesIgor Ryzhov
2024-01-30lib: mgmtd: add YANG notification supportChristian Hopps
2024-01-28lib: fix yang_dnode_dupIgor Ryzhov
2024-01-28lib: add support for "features" when loading YANG modulesIgor Ryzhov
2024-01-27build: homologize path handlingDavid Lamparter
2024-01-26lib: add yang function for counting data nodesIgor Ryzhov
2024-01-14lib: fix yang_lyd_trim_xpathIgor Ryzhov
2024-01-11lib: fix coverity issuesChristian Hopps
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: fixes required after rebasingChristian 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-11-15lib: fix printing multiple yang errorsIgor Ryzhov
2023-11-06lib: yang: restore old API use now that it's fixedChristian Hopps
2023-04-17lib: add and use new yang function for finding schema nodesChristian Hopps
2023-03-21mgmtd: Add MGMT Transaction FrameworkYash Ranjan
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-09lib,yang,zebra: add affinity-map supportLouis Scalbert
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-01-17lib: avoid pointless search for built-in IETF YANGDavid Lamparter
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2020-12-18pathd: New SR-TE policy management daemonSebastien Merle
2020-12-09lib: prevent libyang abstraction memory leakRafael Zalamena
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-10-23lib: fix iteration over schema nodes of a single YANG moduleRenato Westphal
2020-09-11lib: better support for nested YANG augmentationsRenato Westphal
2020-08-20lib: add yang modules to native module listChirag Shah
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