BIND 10 #2431: support flexible ordering/appearance of TTL, type and class
BIND 10 Development
do-not-reply at isc.org
Fri Nov 2 06:01:23 UTC 2012
#2431: support flexible ordering/appearance of TTL, type and class
-------------------------------------+-------------------------------------
Reporter: jinmei | Owner:
Type: task | UnAssigned
Priority: medium | Status: new
Component: libdns++ | Milestone: New
Sensitive: 0 | Tasks
Sub-Project: DNS | Keywords:
Estimated Difficulty: 0 | Defect Severity: N/A
Total Hours: 0 | Feature Depending on Ticket:
| loadzone-ng
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Subtask of #2368. Depend on #2377.
See BIND 9's lib/dns/master.c:load_text(). In particular, this part
and code around it:
{{{#!c
/*
* Find TTL, class and type. Both TTL and class are
optional
* and may occur in any order if they exist. TTL and class
* come before type which must exist.
*
* [<TTL>] [<class>] <type> <RDATA>
* [<class>] [<TTL>] <type> <RDATA>
*/
}}}
Consider delegating to a separate method to keep each method
manageable.
--
Ticket URL: <http://bind10.isc.org/ticket/2431>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list