]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3838. [protocol] EDNS EXPIRE as been assigned a code point of 9.
authorMark Andrews <marka@isc.org>
Mon, 5 May 2014 06:40:45 +0000 (16:40 +1000)
committerMark Andrews <marka@isc.org>
Mon, 5 May 2014 06:40:45 +0000 (16:40 +1000)
CHANGES
lib/dns/include/dns/message.h

diff --git a/CHANGES b/CHANGES
index e9c66f4a5bab1790b632142a7d6e6cdb6536e797..0590b03243b7b928fed7581527043e24ff2ddd25 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+3838.  [protocol]      EDNS EXPIRE as been assigned a code point of 9.
+
 3837.  [security]      A NULL pointer is passed to query_prefetch resulting
                        a REQUIRE assertion failure when a fetch is actually
                        initiated.  [ RT #35899]
index 013411fcc48cdfa7a6efa7d3d6112e2fcc5b8362..de121c764d38ce3b1298c55419aaf8c2b3b88a99 100644 (file)
 /*%< EDNS0 extended OPT codes */
 #define DNS_OPT_NSID           0x0003          /*%< NSID opt code */
 #define DNS_OPT_CLIENT_SUBNET  0x0008          /*%< client subnet opt code */
+#define DNS_OPT_EXPIRE         0x0009          /*%< EXPIRE opt code */
+
 /*%< Experimental options [65001...65534] as per RFC6891 */
 #define DNS_OPT_SIT            65001           /*%< SIT opt code */
-#define DNS_OPT_EXPIRE         65002           /*%< EXPIRE opt code */
 
 /*%< The number of EDNS options we know about. */
 #define DNS_EDNSOPTIONS        4