From: Aki Tuomi Date: Mon, 13 May 2013 13:22:46 +0000 (+0300) Subject: Added missing ns_t_ipseckey X-Git-Tag: auth-3.3-rc1~58^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c56383adef43d488a8126624f0de72ad77db27f;p=thirdparty%2Fpdns.git Added missing ns_t_ipseckey --- diff --git a/pdns/dns.hh b/pdns/dns.hh index ff1a8765c7..dbc717f293 100644 --- a/pdns/dns.hh +++ b/pdns/dns.hh @@ -185,6 +185,7 @@ enum { ns_t_sink = 40, /* Kitchen sink (experimental) */ ns_t_opt = 41, /* EDNS0 option (meta-RR) */ ns_t_ds = 43, /* Delegation signer */ + ns_t_ipseckey = 45, /* IPSEC Key */ ns_t_rrsig = 46, /* Resoure Record signature */ ns_t_nsec = 47, /* Next Record */ ns_t_dnskey = 48, /* DNSKEY record */