Skip to content

apply: add strict option for IXFR, issue 466

Dominik Taborsky requested to merge apply-strict into master

Fixes #466 (closed) by adding a "strict" flag to the apply context structure. The "strict" flag is also applied with DNSSEC signing (event handler and when zone-loading) but it is not applied when loading and applying changesets from journal and within zone_update (which takes care of DDNS and jetconf so far).

Merge request reports