summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoris <is@NetBSD.org>2020-11-18 12:49:52 +0000
committeris <is@NetBSD.org>2020-11-18 12:49:52 +0000
commite637106ba87520b36c120fb2a7f768b125ae6259 (patch)
treea831ee81dd5bd4dce37657a20784e1e4915192fe /include
parent2c2618438a10e028ca1b3a35335d3d2989cde418 (diff)
Don't complain about additional DNAME records received when resolving A or
AAAA (like already done for SIG/KEY and CNAME).
Diffstat (limited to 'include')
-rw-r--r--include/arpa/nameser_compat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/arpa/nameser_compat.h b/include/arpa/nameser_compat.h
index 89be5622648..18305a87275 100644
--- a/include/arpa/nameser_compat.h
+++ b/include/arpa/nameser_compat.h
@@ -1,4 +1,4 @@
-/* $NetBSD: nameser_compat.h,v 1.7 2020/06/28 02:16:19 gutteridge Exp $ */
+/* $NetBSD: nameser_compat.h,v 1.8 2020/11/18 12:49:52 is Exp $ */
/* Copyright (c) 1983, 1989
* The Regents of the University of California. All rights reserved.
@@ -210,6 +210,7 @@ typedef struct {
#define T_ATMA ns_t_atma
#define T_NAPTR ns_t_naptr
#define T_A6 ns_t_a6
+#define T_DNAME ns_t_dname
#define T_TSIG ns_t_tsig
#define T_IXFR ns_t_ixfr
#define T_AXFR ns_t_axfr