* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: config.c,v 1.106.4.3 2010/06/22 04:02:39 marka Exp $ */
+/* $Id: config.c,v 1.106.4.4 2010/06/22 23:46:34 tbox Exp $ */
/*! \file */
"
#ifdef ALLOW_FILTER_AAAA_ON_V4
" filter-aaaa-on-v4 no;\n\
- filter-aaaa { any; };\n\
+ filter-aaaa { any; };\n\
"
#endif
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: query.c,v 1.335.8.4 2010/06/22 04:02:39 marka Exp $ */
+/* $Id: query.c,v 1.335.8.5 2010/06/22 23:46:34 tbox Exp $ */
/*! \file */
is_v4_client(client) &&
ns_client_checkaclsilent(client, NULL,
client->view->v4_aaaa_acl,
- ISC_TRUE) == ISC_R_SUCCESS)
+ ISC_TRUE) == ISC_R_SUCCESS)
filter_aaaa = ISC_TRUE;
else
filter_aaaa = ISC_FALSE;
#!/usr/bin/perl
#
-# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
-# Copyright (C) 2000, 2001 Internet Software Consortium.
+# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: testsock6.pl,v 1.2.2.3 2010/06/22 04:02:40 marka Exp $
+# $Id: testsock6.pl,v 1.2.2.4 2010/06/22 23:46:34 tbox Exp $
# Test whether the interfaces on 10.53.0.* are up.
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
-# $Id: testsock6.pl,v 1.2.2.3 2010/06/22 04:02:40 marka Exp $
+# $Id: testsock6.pl,v 1.2.2.4 2010/06/22 23:46:34 tbox Exp $
# Test whether the interfaces on 10.53.0.* are up.
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: check.c,v 1.114.4.3 2010/06/22 04:02:44 marka Exp $ */
+/* $Id: check.c,v 1.114.4.4 2010/06/22 23:46:34 tbox Exp $ */
/*! \file */
else if (cfg_obj_isboolean(obj))
filter = cfg_obj_asboolean(obj) ? dns_v4_aaaa_filter :
dns_v4_aaaa_ok;
- else
- filter = dns_v4_aaaa_break_dnssec; /* break-dnssec */
+ else
+ filter = dns_v4_aaaa_break_dnssec; /* break-dnssec */
if (viewname == NULL) {
viewname = "";