BIND 10 #1667: dns::masterLoad should accept comment at EOL
BIND 10 Development
do-not-reply at isc.org
Thu Feb 9 01:56:31 UTC 2012
#1667: dns::masterLoad should accept comment at EOL
-------------------------------------+-------------------------------------
Reporter: jinmei | Owner:
Type: defect | UnAssigned
Priority: critical | Status: new
Component: libdns++ | Milestone: Next-
Sensitive: 0 | Sprint-Proposed
Sub-Project: DNS | Keywords:
Estimated Difficulty: 0 | Defect Severity: N/A
Total Hours: 0 | Feature Depending on Ticket:
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Right now masterLoad() rejects a zone file even if it was preprocessed
by named-compilezone if the zone is signed, because it contains an
in-line comment for DNSKEYs:
{{{
example. 3600 IN DNSKEY 256 3 7
AwEAAaetidLzsKWUt4swWR8yu0wPHPiUi8LUsAD0QPWU+wzt89epO6tH
zkMBVDkC7qphQO2hTY4hHn9npWFRw5BYubE= ; key id = 40430
}}}
Of course, masterLoad() should eventually be more flexible and should
be able to accept any valid form of zone files. But since it's
unlikely that we have enough time to do that by the end of y3, I think
we should at least accept this particular form, even by adding some
ad-hoc special case handling.
--
Ticket URL: <http://bind10.isc.org/ticket/1667>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list