Skip to content

Nsec optimi2reb

Libor Peltan requested to merge nsec_optimi2reb into master

Slight re-factoring of code for NSEC/NSEC3 creation and updates.

Previously, all NSEC(3) records were first put into a changeset, and later the changeset applied on zone update.

Now, the generated records are put immediately into the zone update structure.

This change itself has no positive impact on performance (rather negative (?)), but simplifies the code and enables further re-designing of whole signing process (getting rid of changesets; doing things more incremental; incremental adjusting).

Merge request reports