From c3edf383ffd44fa09885dcc6ddfa80602a0c52bf Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Thu, 10 Oct 2013 21:09:15 +0100 Subject: [PATCH] Correct client subnet EDNS0 option number. --- src/dns-protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dns-protocol.h b/src/dns-protocol.h index 51ca6b9..2f144a8 100644 --- a/src/dns-protocol.h +++ b/src/dns-protocol.h @@ -57,7 +57,7 @@ #define T_ANY 255 #define EDNS0_OPTION_MAC 65001 /* dyndns.org temporary assignment */ -#define EDNS0_OPTION_CLIENT_SUBNET 5 /* IANA */ +#define EDNS0_OPTION_CLIENT_SUBNET 8 /* IANA */ struct dns_header {