Skip Menu |

This queue is for tickets about the Net-DNS CPAN distribution.

Report information
The Basics
Id: 38390
Status: resolved
Priority: 0/
Queue: Net-DNS

People
Owner: Nobody in particular
Requestors: ray [...] nominet.org.uk
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.63
Fixed in: (no value)



Subject: AD=1 support in requests
Net::DNS doesn't support use of AD=1 in requests (as per the next release of draft-ietf-dnsext-dnssec-bis-updates) to request DNSSEC validation. Ray
Subject: Re: [rt.cpan.org #38390] AD=1 support in requests
Date: Mon, 11 Aug 2008 11:56:27 +0200
To: bug-Net-DNS [...] rt.cpan.org
From: Olaf Kolkman <olaf [...] dacht.net>
On Aug 11, 2008, at 11:16 AM, Ray Bellis via RT wrote: Show quoted text
> Mon Aug 11 05:14:30 2008: Request 38390 was acted upon. > Transaction: Ticket created by raybellis > Queue: Net-DNS > Subject: AD=1 support in requests > Broken in: 0.63 > Severity: Wishlist > Owner: Nobody > Requestors: ray@nominet.org.uk > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=38390 > > > > Net::DNS doesn't support use of AD=1 in requests (as per the next > release of draft-ietf-dnsext-dnssec-bis-updates) to request DNSSEC > validation.
Not directly, but you can create your own packet: my $packet = Net::DNS::Packet‐>new(...); (Set the appropriate bits in the header) my $answer = $res‐>send($packet); I keep this ticket open as a wishlist item, in order to see if it is possible to extend the various resolver methods to include ways to set/ unset certain header bits. --Olaf --Olaf
Download PGP.sig
application/pgp-signature 235b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #38390] AD=1 support in requests
Date: Mon, 11 Aug 2008 11:18:42 +0100
To: bug-Net-DNS [...] rt.cpan.org
From: Ray.Bellis [...] nominet.org.uk
Show quoted text
> Not directly, but you can create your own packet: > my $packet = Net::DNS::Packet‐>new(...); > (Set the appropriate bits in the header) > my $answer = $res‐>send($packet);
Indeed - that's what I've had to do to set the CD flag until #37089 is resolved. Ray
Resolved... See ticket 38090 in which I mistakenly merged the other part of the same problem.
Resolved... See ticket 38090 in which I mistakenly merged the other part of the same problem.
Resolved... See ticket 38090 in which I mistakenly merged the other part of the same problem.