Skip to content

Implement proper reference counting for dns_keyfileio_t

Ondřej Surý requested to merge 3731-attach-keyfileio-to-zone into main

Instead of relying on hash table search when using the keys, implement a proper reference counting in dns_keyfileio_t objects, and attach/detach the objects to the zone.

Closes #3731 (closed)

Merge request reports