]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Add EDE EDNS0 Option code
authorWillem Toorop <willem@nlnetlabs.nl>
Thu, 24 Jun 2021 09:20:58 +0000 (11:20 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Thu, 24 Jun 2021 09:20:58 +0000 (11:20 +0200)
sldns/rrdef.h

index ece632c3ca3c6e31929ac4fc4fd4e9f9d904aa9c..8fd51f0288757678147b8d9948a970a5c4adff87 100644 (file)
@@ -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;