From 285f93ff82542c6adf688490a85e845f3dfcc442 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Thu, 24 Jun 2021 11:20:58 +0200 Subject: [PATCH] Add EDE EDNS0 Option code --- sldns/rrdef.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sldns/rrdef.h b/sldns/rrdef.h index ece632c3c..8fd51f028 100644 --- a/sldns/rrdef.h +++ b/sldns/rrdef.h @@ -428,6 +428,7 @@ enum sldns_enum_edns_option LDNS_EDNS_CLIENT_SUBNET = 8, /* RFC7871 */ LDNS_EDNS_KEEPALIVE = 11, /* draft-ietf-dnsop-edns-tcp-keepalive*/ LDNS_EDNS_PADDING = 12, /* RFC7830 */ + LDNS_EDNS_EDE = 15, /* RFC8914 */ LDNS_EDNS_CLIENT_TAG = 16 /* draft-bellis-dnsop-edns-tags-01 */ }; typedef enum sldns_enum_edns_option sldns_edns_option; -- 2.47.2