clicon / clixon

YANG-based toolchain including NETCONF and RESTCONF interfaces and an interactive CLI
http://www.clicon.org/
Other
216 stars 71 forks source link

General fixes for clixon #528

Closed cminyard closed 3 months ago

cminyard commented 3 months ago

These are some things I ran into while working in clixon. They consolidate common code and remove unnecessary stuff, mostly.

There is one thing I think is a bug fix. If you don't have an exit function for an API, it will not unload the module. Is that intended? If so, it should probably be documented.

olofhagsand commented 3 months ago

These are some things I ran into while working in clixon. They consolidate common code and remove unnecessary stuff, mostly.

There is one thing I think is a bug fix. If you don't have an exit function for an API, it will not unload the module. Is that intended? If so, it should probably be documented.

It seems like a error, good catch