1070. [bug] Copy DNSSEC OK (DO) to response as specified by

draft-ietf-dnsext-dnssec-okbit-03.txt.
This commit is contained in:
Mark Andrews
2001-10-24 21:47:12 +00:00
parent 5b4f07a4f3
commit a7cb695600
3 changed files with 7 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: message.h,v 1.101 2001/10/10 21:39:16 gson Exp $ */
/* $Id: message.h,v 1.102 2001/10/24 21:47:12 marka Exp $ */
#ifndef DNS_MESSAGE_H
#define DNS_MESSAGE_H 1
@@ -100,6 +100,7 @@
#define DNS_MESSAGEEXTFLAG_DO 0x8000U
#define DNS_MESSAGE_REPLYPRESERVE (DNS_MESSAGEFLAG_RD)
#define DNS_MESSAGEEXTFLAG_REPLYPRESERVE (DNS_MESSAGEEXTFLAG_DO)
#define DNS_MESSAGE_HEADERLEN 12 /* 6 isc_uint16_t's */