Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/bind allow AAAA filtering (from John Baker)



details:   https://anonhg.NetBSD.org/src/rev/6bd573139aff
branches:  trunk
changeset: 327451:6bd573139aff
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Mar 07 23:22:26 2014 +0000

description:
allow AAAA filtering (from John Baker)

diffstat:

 external/bsd/bind/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c9d762504930 -r 6bd573139aff external/bsd/bind/Makefile.inc
--- a/external/bsd/bind/Makefile.inc    Fri Mar 07 22:51:27 2014 +0000
+++ b/external/bsd/bind/Makefile.inc    Fri Mar 07 23:22:26 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.19 2013/12/25 22:19:15 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.20 2014/03/07 23:22:26 christos Exp $
 
 .if !defined(BIND9_MAKEFILE_INC)
 BIND9_MAKEFILE_INC=yes
@@ -50,6 +50,7 @@
 
 .if (${USE_INET6} != "no")
 CPPFLAGS+=     -DWANT_IPV6
+CPPFLAGS+=     -DALLOW_FILTER_AAAA_ON_V4
 .endif
 
 .if defined(HAVE_GCC)



Home | Main Index | Thread Index | Old Index