From: Chris Hofstaedtler Date: Sun, 7 Jan 2018 23:41:05 +0000 (+0100) Subject: Update EDNS Option code list X-Git-Tag: dnsdist-1.3.0~166^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d442f33f7b36c5039dd0ae8968e70fb7f18f757a;p=pdns Update EDNS Option code list --- 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 */