They are already ignored over AXFR, but not over IXFR.
Reported and based on a patch by @42wim (thanks!).
luaconfsCopy.dfe.clear(0);
}
for(const auto& rr : remove) { // should always contain the SOA
+ if(rr.d_type == QType::NS)
+ continue;
totremove++;
if(rr.d_type == QType::SOA) {
auto oldsr = getRR<SOARecordContent>(rr);
}
for(const auto& rr : add) { // should always contain the new SOA
+ if(rr.d_type == QType::NS)
+ continue;
totadd++;
if(rr.d_type == QType::SOA) {
auto newsr = getRR<SOARecordContent>(rr);