Hi, NETCONF filtering is actually implemented in our Netopeer2 NETCONF server (where we use libyang to represent YANG data). libyang implements XPath on its data structures representing YANG data, so XPath filtering is really straightforward. Subtree filtering is implemented by transforming subtree filter into XPath expressions. libyang has also Python bindings, so you could use it even in Python code.
Regards, Radek Dne 26.2.2018 v 09:38 Mikael Abrahamsson napsal(a): > On Sat, 24 Feb 2018, Christian Hopps wrote: > >> >> Still interested in any answers to this query; however, I thought I would >> followup.. > > Have you looked at libyang ? > > https://github.com/CESNET/libyang > > It's heavily used in Sysrepo/Netopeer2 for all the YANG related functions. > _______________________________________________ netmod mailing list [email protected] https://www.ietf.org/mailman/listinfo/netmod
