From: Willem Toorop Date: Thu, 24 Jun 2021 09:20:58 +0000 (+0200) Subject: Add EDE EDNS0 Option code X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=285f93ff82542c6adf688490a85e845f3dfcc442;p=thirdparty%2Funbound.git Add EDE EDNS0 Option code --- 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;