flush_name <name>
flushes some information regarding the name from the cache.
removes the A, AAAA, NS, SOA, CNAME, DNAME, MX, PTR types.
+ Does not remote other types.
flush_type <name> <RR type>
removes rrtype entry from the cache.
flush_zone <name>
+ remote control to start, stop, reload.
* remote control to flush names or domains (all under a name) from the
cache. Include NSes. And the A, AAAA for its NSes.
-* remote control to see delegation; what servers would be used to get
++ remote control to see delegation; what servers would be used to get
data for a name.
*** Improvements
return d->ttl;
}
-/** allocate rrset in region - no more locks needed */
struct ub_packed_rrset_key*
packed_rrset_copy_region(struct ub_packed_rrset_key* key,
struct regional* region, uint32_t now)