Skip Menu |

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

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

People
Owner: OLAF [...] cpan.org
Requestors: simon [...] josefsson.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.46
Fixed in: 0.50



Subject: IPv6 support in Net::DNS::Nameserver->new(LocalAddr)
Net::DNS doesn't seem to like a LocalAddr property which is a IPv6 address. For explicit addresses, I get errors like this: Nameserver.pm line 49 Net::DNS::Nameserver::new('Net::DNS::Nameserver','LocalPort',5300,'ReplyHandler','CODE(0x84d8210)','LocalAddr','3ffe:bc0:8000:0:8000:0:d90d:e6b2','Verbose',1,...) Looking up AAAA for hostnames would be useful too.
[guest - Fri Jun 11 19:39:11 2004]: Show quoted text
> Net::DNS doesn't seem to like a LocalAddr property which is a IPv6 > address. For explicit addresses, I get errors like this: > > Nameserver.pm line 49 >
Net::DNS::Nameserver::new('Net::DNS::Nameserver','LocalPort',5300,'ReplyHandler','CODE(0x84d8210)','LocalAddr','3ffe:bc0:8000:0:8000:0:d90d:e6b2','Verbose',1,...) Show quoted text
> > Looking up AAAA for hostnames would be useful too.
Hi Simon, For IPv6 transport you may want to try a snapshot in the subversion repository: http://net-dns.kolkman.org/svn/net-dns/branches/ipv6/ It depends on IO::Socket::INET6 which should be installed. Let me know if this works for you. --Olaf
IPv6 transport has been merged into the trunk. http://www.net-dns.org/svn/net-dns/trunk/ --Olaf