From d442f33f7b36c5039dd0ae8968e70fb7f18f757a Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Mon, 8 Jan 2018 00:41:05 +0100 Subject: [PATCH] Update EDNS Option code list --- pdns/ednsoptions.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/ednsoptions.hh b/pdns/ednsoptions.hh index ea0279a3e..2fdc9a57d 100644 --- a/pdns/ednsoptions.hh +++ b/pdns/ednsoptions.hh @@ -26,7 +26,7 @@ struct EDNSOptionCode { - enum EDNSOptionCodeEnum {NSID=3, DAU=4, DHU=6, N3U=7, ECS=8, EXPIRE=9, COOKIE=10, TCPKEEPALIVE=11, PADDING=12, CHAIN=13}; + enum EDNSOptionCodeEnum {NSID=3, DAU=5, DHU=6, N3U=7, ECS=8, EXPIRE=9, COOKIE=10, TCPKEEPALIVE=11, PADDING=12, CHAIN=13, KEYTAG=14}; }; /* extract a specific EDNS0 option from a pointer on the beginning rdLen of the OPT RR */ -- 2.50.1