summaryrefslogtreecommitdiff
path: root/lib/yang.c
AgeCommit message (Expand)Author
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
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: suppress formatting on yang.c module arraynb_conversionsQuentin Young
2020-04-16yang: add zebra model in makefileChirag Shah
2020-04-16lib: vrf northbound callbacksChirag Shah
2020-04-03lib, tools: silence harmless warnings in the northbound toolsRenato Westphal
2019-12-09vrrpd: northbound conversionQuentin Young
2019-10-16lib, vtysh: add new libyang option to the "debug northbound" commandRenato Westphal
2019-10-16lib: Let libyang log everything possibleGalaxyGorilla
2019-06-21lib: use MTYPE_STATICDavid Lamparter
2019-05-06lib, yang: disable libyang custom user types temporarilyRenato Westphal
2019-04-22Merge pull request #4161 from opensourcerouting/nb-performanceQuentin Young
2019-04-18lib: move zlog() prototype back to the public logging APIRenato Westphal
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-01-24build, lib/yang: bake in extensions if possibleDavid Lamparter
2019-01-18lib: introduce new YANG helper functionRenato Westphal
2018-12-18lib: add frr-isisd to the native modelsEmanuele Di Pascale
2018-12-03yang, ripngd: add 'frr-ripngd.yang' and associated stub callbacksRenato 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: remove entire data tree on yang_dnode_free()Renato Westphal
2018-11-26lib, tools: use CHECK_FLAG/SET_FLAG more often in the northbound codeRenato 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-26lib: set YANG search directory when creating libyang contextRenato Westphal
2018-11-19yang: embed models into binariesDavid Lamparter
2018-10-27lib: introduce new northbound APIRenato Westphal