Skip to content

[FR] Introduce libunbound-control library for external consumersΒ #1055

@rcmcdonald91

Description

@rcmcdonald91

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions