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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6155%2Fhead;p=thirdparty%2Fpdns.git Update EDNS Option code list --- diff --git a/pdns/ednsoptions.hh b/pdns/ednsoptions.hh index ea0279a3e0..2fdc9a57d0 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 */