]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update EDNS Option code list 6543/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Sun, 7 Jan 2018 23:41:05 +0000 (00:41 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 30 Apr 2018 15:51:03 +0000 (17:51 +0200)
(cherry picked from commit d442f33f7b36c5039dd0ae8968e70fb7f18f757a)

pdns/ednsoptions.hh

index ea0279a3e069d6bee96018b4c0bf6852afddf053..2fdc9a57d0ca7ff19621fa2c125ceab5d95e89ea 100644 (file)
@@ -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 */