mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-10 03:47:42 +02:00
fixup CNAME generated by scrubber.
git-svn-id: file:///svn/unbound/trunk@403 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
@@ -171,6 +171,9 @@ struct rr_parse {
|
||||
* its dname, type and class are the same and stored for the rrset.
|
||||
*/
|
||||
uint8_t* ttl_data;
|
||||
/** true if ttl_data is not part of the packet, but elsewhere in mem.
|
||||
* Set for generated CNAMEs for DNAMEs. */
|
||||
int outside_packet;
|
||||
/** the length of the rdata if allocated (with no dname compression)*/
|
||||
size_t size;
|
||||
/** next in list of RRs. */
|
||||
|
||||
Reference in New Issue
Block a user