-
-
Notifications
You must be signed in to change notification settings - Fork 409
Open
Description
Current behavior
Currently all the business logic for unbound-control
is self-contained within unbound-control.c
.
Describe the desired feature
Break out this core functionality into a shared library (say libunbound-control
) and reimplement unbound-control
in terms of this library.
Potential use-case
The ability for external consumers to link against libunbound-control
and communicate with Unbound in a variety of ways.
We should also start a conversation about the design of this library. My initial thought is to start moving functionality from unbound-control into libunbound. I don't think we strictly need another library when we already have libunbound and the requisite build infrastructure.
rbgarga and NetworkOverload
Metadata
Metadata
Assignees
Labels
No labels