BIND 10 #2390: support generic version of rdata::createRdata(text) in NS, MX, PTR RDATA
BIND 10 Development
do-not-reply at isc.org
Mon Jan 28 09:33:13 UTC 2013
#2390: support generic version of rdata::createRdata(text) in NS, MX, PTR RDATA
-------------------------------------+-------------------------------------
Reporter: jinmei | Owner: muks
Type: task | Status:
Priority: medium | reviewing
Component: libdns++ | Milestone:
Keywords: | Sprint-20130205
Sensitive: 0 | Resolution:
Sub-Project: DNS | CVSS Scoring:
Estimated Difficulty: 4 | Defect Severity: N/A
Total Hours: 0 | Feature Depending on Ticket:
| loadzone-ng
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Comment (by muks):
I'm still working on this bug, but this is a note for the reviewer:
Please check commit in `57987de257a0baea7d3ea07b00118a2953386e13`, the
patch to `src/lib/datasrc/tests/memory/zone_finder_unittest.cc`:
{{{
- {"ns.example.org. 300 IN NS 192.0.2.2", &rr_ns_ns_},
+ {"ns.example.org. 300 IN NS 192.0.2.2.", &rr_ns_ns_},
}}}
Here, it is an IP address and not a `Name` that should be relative to some
origin or absolute. The constructor currently requires the trailing dot
when no origin is specified. Do we specially handle this case in the
constructor so that the trailing dot can be omitted for IP addresses? Is
this even legal syntax?
--
Ticket URL: <http://bind10.isc.org/ticket/2390#comment:10>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list