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.