Patch for access to full DNS packet data in unbound python module

Hi,

I'm sending patch to access full DNS packet data using python module
"unbound". I couldn't figure out how to access NSEC3 and RRSIG from
answer packet without it (ldns.ldns_wire2pkt takes python string).

Patch and test code attached.

Ondrej

(attachments)

unbound-1.4.16_pythonmodule_packet.patch (676 Bytes)
dnssec_test.py (1.18 KB)

Hi Ondrej,

Committed, thanks, it is useful to get the full packet for those
NSEC3s and RRSIGs :slight_smile:

Best regards,
   Wouter