[Pdns-users] Problem parsing domain

bert hubert bert.hubert at netherlabs.nl
Thu May 8 10:58:58 UTC 2008


On Thu, May 08, 2008 at 11:36:13AM +0200, Flavio Curti wrote:
> 2.9.21 can not, this is correct.
> dig gives the full zone, but the warning embedded:

Your master nameserver is sending out corrupt packets, it sets the opcode
wrong. 

If you really want this to work, you'll need to change this line in
dnsparser.cc:

dnsparser.cc:  if(d_header.opcode!=0 && d_header.opcode != 4) // notification

and add '&& d_header.opcode!=1' after '!= 4'.

You might want to ask your master what they are running.

	Bert

-- 
http://www.PowerDNS.com      Open source, database driven DNS Software 
http://netherlabs.nl              Open and Closed source services


More information about the Pdns-users mailing list