Skip to content

prevent duplicate output from delv +ns

Evan Hunt requested to merge 4020-delv-ns-duplicate-output into main

when printing the result of a query, delv +ns repeated the answer RRset as many times as there were records in the RRset; this has been fixed by suppressing the printing of records with the same name and type as the preceding one.

Closes #4020 (closed)

Merge request reports