Subject: | $TTL without value causes parser to vomit |
Date: | Wed, 10 Sep 2014 10:23:44 -0700 |
To: | bind9-bugs@isc.org |
From: | Alan Clegg <alan@clegg.com> |
Here's the input zone file:
--SNIP--
$TTL
@ IN SOA server00.dnslab.org. alan.clegg.com. (
1 3600 600 5w 5m )
@ IN NS server00.dnslab.org.
www IN A 12.12.12.12
--SNIP--
Here's the output:
root@server00:/etc/namedb/master# named-checkconf -z
dns_master_load: master/zone00.dnslab.org:2: unexpected end of line
dns_master_load: master/zone00.dnslab.org:1: unexpected end of input
master/zone00.dnslab.org:5: no TTL specified; zone rejected
master/zone00.dnslab.org:7: no TTL specified; zone rejected
zone zone00.dnslab.org/IN: loading from master file
master/zone00.dnslab.org failed: unexpected end of input
zone zone00.dnslab.org/IN: not loaded due to errors.
_default/zone00.dnslab.org/IN: unexpected end of input
Maybe a simple "$TTL value missing" or something?
AlanC
Message body not shown because it is not plain text.