[master] ignore cache when sending 5011 refresh queries
4771. [bug] When sending RFC 5011 refresh queries, disregard cached DNSKEY rrsets. [RT #46251]
This commit is contained in:
@@ -97,6 +97,7 @@ typedef enum {
|
||||
#define DNS_FETCHOPT_PREFETCH 0x100 /*%< Do prefetch */
|
||||
#define DNS_FETCHOPT_NOCDFLAG 0x200 /*%< Don't set CD flag. */
|
||||
#define DNS_FETCHOPT_NONTA 0x400 /*%< Ignore NTA table. */
|
||||
#define DNS_FETCHOPT_NOCACHED 0x800 /*%< Force cache update. */
|
||||
|
||||
/* Reserved in use by adb.c 0x00400000 */
|
||||
#define DNS_FETCHOPT_EDNSVERSIONSET 0x00800000
|
||||
|
||||
Reference in New Issue
Block a user