I've developed a basic python based netconf server and client 
(https://github.com/choppsv1/netconf), but it currently lacks any decent 
filtering capability. I was wondering can anyone point me at any open source 
(or way to use open source) that implements netconf/yang subtree/xpath 
filtering?

For this project something simple that takes a result and prunes it down would 
probably work OK.

FWIW I looked at lxml and xpath thinking that I could translate subtree filters 
to xpath first and then use xpath; however, lxml xpath is not really designed 
to support returning results from the root of the tree. Failing to find 
anything else I'll probably try and make that work anyway.

Thanks,
Chris.

_______________________________________________
netmod mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/netmod

Reply via email to