From ce6282db3bc7b3deae846fd0757214c3814d3041 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Sun, 10 Jun 2001 20:25:24 +0000 Subject: Implement EDNS0 support, as EDNS0 support will be made mandatory for IPv6 transport-ready resolvers/DNS servers. Need careful configuration when enable it. (default config is not affected). See manpage for details. XXX visible symbol __res_opt() is added, however, it is not supposed to be called from outside, libc minor is not bumped. Obtained from: KAME/NetBSD --- include/arpa/nameser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/arpa/nameser.h') diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index 3e09c912ddac..343e6416a402 100644 --- a/include/arpa/nameser.h +++ b/include/arpa/nameser.h @@ -273,6 +273,7 @@ typedef enum __ns_type { ns_t_srv = 33, /* Server Selection. */ ns_t_atma = 34, /* ATM Address */ ns_t_naptr = 35, /* Naming Authority PoinTeR */ + ns_t_opt = 41, /* OPT pseudo-RR, RFC2761 */ /* Query type values which do not appear in resource records. */ ns_t_ixfr = 251, /* Incremental zone transfer. */ ns_t_axfr = 252, /* Transfer zone of authority. */ -- cgit v1.2.3