Subject: | parsing error with multiple ptr entries |
Hi!
I'm trying to write a script to automatically create dns entries from router configs. However, when I'm trying to parse a Microsoft DNS file with multiple PTR entries like this
253.255.132 PTR a.b.c.local.
PTR d.b.c.local.
the second PTR line will generate a parsing error. Just downloaded DNS::ZoneParse 0.93 and installed it on my Linux Box (perl 5.6.1).
Seems to me that the code for matching PTR entries is broken, but I don't see any difference to the (working) A and TXT matching code (where omitted first names work properly).
Richard