BIND 10 #2497: introduce wrapper version of "from lexer" rdata factory
BIND 10 Development
do-not-reply at isc.org
Fri Nov 30 04:23:28 UTC 2012
#2497: introduce wrapper version of "from lexer" rdata factory
-------------------------------------+-------------------------------------
Reporter: jinmei | Owner: muks
Type: task | Status:
Priority: medium | reviewing
Component: libdns++ | Milestone:
Keywords: | Sprint-20121204
Sensitive: 0 | Resolution:
Sub-Project: DNS | CVSS Scoring:
Estimated Difficulty: 0 | Defect Severity: N/A
Total Hours: 0 | Feature Depending on Ticket:
| loadzone-ng
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Comment (by muks):
Replying to [comment:14 jinmei]:
> Another thing:
>
> We need to handle END_OF_LINE too:
> {{{#!cpp
> if (token.getType() == MasterLexer::Token::END_OF_FILE) {
> break;
> }
> }}}
> (actually that's the more common case).
>
> This also means we need some more tests that can cover that.
This is now done. Tests for various RRtypes are done except:
{{{
ds_like
nsec3
nsec3param
nsec3param_like
nsecbitmap
tsig
txt_like
}}}
I'll finish them and put this bug to review.
--
Ticket URL: <http://bind10.isc.org/ticket/2497#comment:15>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list