Skip to content

Implement proper reference counting for dns_keyfileio_t

Ondřej Surý requested to merge 7201-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.

Merge request reports