acton icon indicating copy to clipboard operation
acton copied to clipboard

Add netconf module

Open plajjan opened this issue 3 years ago • 1 comments

Debian libnetconf2 package only ships a shared .so library so ultimately we need some other way to pull that in as a static lib. We can leave it as is for initial step though. It should only become run time dependency for programs importing the netconf module.

plajjan avatar Jul 07 '22 10:07 plajjan

I'm leaning towards not using libnetconf2 since it seems like we are loosing quite a bit of control in the low level socketry. The netconf part should be fairly minimal anyway, my main motivation for using libnetconf2 in the first place is to get something that decodes the netconf payload using a yang schema, but seeing how that is mostly libyang, we can get that functionality anyway by pulling in libyang.

plajjan avatar Aug 23 '22 14:08 plajjan

Closing, there is now a native netconf client https://github.com/orchestron-orchestrator/netconf - or at least an embryo of one, it does the basics.

plajjan avatar Dec 22 '24 23:12 plajjan