mirror of https://github.com/getdnsapi/getdns.git
The CSYNC RR type
This commit is contained in:
parent
af47cf81a3
commit
fe8f46b0af
|
@ -377,6 +377,7 @@ typedef enum getdns_callback_type_t {
|
|||
#define GETDNS_RRTYPE_CDS 59
|
||||
#define GETDNS_RRTYPE_CDNSKEY 60
|
||||
#define GETDNS_RRTYPE_OPENPGPKEY 61
|
||||
#define GETDNS_RRTYPE_CSYNC 62
|
||||
#define GETDNS_RRTYPE_SPF 99
|
||||
#define GETDNS_RRTYPE_UINFO 100
|
||||
#define GETDNS_RRTYPE_UID 101
|
||||
|
|
|
@ -518,8 +518,8 @@ static priv_getdns_rr_def priv_getdns_rr_defs[] = {
|
|||
{ "TALINK", UNKNOWN_RDATA, 0 },
|
||||
{ "CDS", ds_rdata, ALEN( ds_rdata) },
|
||||
{ "CDNSKEY", dnskey_rdata, ALEN( dnskey_rdata) },
|
||||
{ "OPENPGPKEY", UNKNOWN_RDATA, 0 }, /* - 61 */
|
||||
{ NULL, NULL, 0 },
|
||||
{ "OPENPGPKEY", UNKNOWN_RDATA, 0 }, /* 61 - */
|
||||
{ "CSYNC", UNKNOWN_RDATA, 0 }, /* - 62 */
|
||||
{ NULL, NULL, 0 },
|
||||
{ NULL, NULL, 0 },
|
||||
{ NULL, NULL, 0 },
|
||||
|
|
Loading…
Reference in New Issue