Skip Menu |

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

Report information
The Basics
Id: 2541
Status: resolved
Priority: 0/
Queue: DNS-ZoneParse

People
Owner: SIMONFLK [...] cpan.org
Requestors: raju_krishnappa [...] hotmail.com
Cc:
AdminCc:

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



Subject: Few bug fix in Zone Parsing
Hello Simon, I am submitting a patch for ZoneParse. This patch includes following fixes; 1) PTR records were printed as "A" record during output (Line 133 - Changed to PTR instead of A) 2) Improper TTL parsing if TTL is defined in separate line Missed $ in front of self Line 225 - changed to $dns_soa{$self} from $dns_soa{self} 3) Fixed failing to parse PTR records of the following format 12.35.242.192.in-addr.arpa. IN PTR xxx.yyy.com I am still seeing few more bugs. Still not able to parse $ORIGIN. I will send patch, If I fix them Thanks, Raj

Message body is not shown because it is too large.