Skip to content

Fix RRSIG Implicit Deletion

Matthijs Mekking requested to merge matje/knot-dns:fix-implicit-del into master

The changeset will cover a whole RRset at once. So we have to go through the RRSIGs one by one and decide if we can remove it from the RRset before adding it to the MIXFR. We do this by unreserving the data from the rdataset.

Also, since the SOA will always change, always implicitly delete the RRSIG that covers the SOA RRset.

Merge request reports