commit | a669f012dd72e206fdcf42ae7e51c082a68039ab | [log] [tgz] |
---|---|---|
author | Giovanni Bajo <rasky@develer.com> | Thu Apr 05 02:47:28 2012 +0200 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Tue Aug 20 15:39:44 2013 +0100 |
tree | 1358261e29c9904b07b63ca2ff8b4a4966b1ce82 | |
parent | 237724c0c715f9e6fad84fbd2c2855b6d978b8a8 [diff] |
Add dnssec RR types
diff --git a/src/dns-protocol.h b/src/dns-protocol.h index 80eff72..3aa4fec 100644 --- a/src/dns-protocol.h +++ b/src/dns-protocol.h
@@ -50,6 +50,10 @@ #define T_SRV 33 #define T_NAPTR 35 #define T_OPT 41 +#define T_DS 43 +#define T_RRSIG 46 +#define T_NSEC 47 +#define T_DNSKEY 48 #define T_TKEY 249 #define T_TSIG 250 #define T_AXFR 252