diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-09-01 20:53:25 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-09-01 20:53:25 +0000 |
commit | ca732c8b83a6bb3115b1bebf77d19d83b2cf0dc9 (patch) | |
tree | 00951e23479d720f88789ce68ce281d7f6f81024 /lib/isccfg | |
parent | 82b3dc06d3dc3c698029580e543f22bad8d5f17b (diff) | |
download | src-ca732c8b83a6bb3115b1bebf77d19d83b2cf0dc9.tar.gz src-ca732c8b83a6bb3115b1bebf77d19d83b2cf0dc9.zip |
Vendor import of BIND 9.4.2-P2vendor/bind9/9.4.2-P2
Notes
Notes:
svn path=/vendor/bind9/dist/; revision=182637
svn path=/vendor/bind9/9.4.2-P2/; revision=182638; tag=vendor/bind9/9.4.2-P2
Diffstat (limited to 'lib/isccfg')
-rw-r--r-- | lib/isccfg/api | 2 | ||||
-rw-r--r-- | lib/isccfg/namedconf.c | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lib/isccfg/api b/lib/isccfg/api index aba393a7ba90..d94beab3e3f9 100644 --- a/lib/isccfg/api +++ b/lib/isccfg/api @@ -1,3 +1,3 @@ LIBINTERFACE = 30 -LIBREVISION = 3 +LIBREVISION = 4 LIBAGE = 0 diff --git a/lib/isccfg/namedconf.c b/lib/isccfg/namedconf.c index 65e30a2f3732..b04b3abde7a2 100644 --- a/lib/isccfg/namedconf.c +++ b/lib/isccfg/namedconf.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2006, 2008 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2002, 2003 Internet Software Consortium. * - * Permission to use, copy, modify, and distribute this software for any + * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: namedconf.c,v 1.30.18.38 2006/05/03 01:46:40 marka Exp $ */ +/* $Id: namedconf.c,v 1.30.18.38.50.2 2008/07/23 23:48:17 tbox Exp $ */ /*! \file */ @@ -634,6 +634,7 @@ options_clauses[] = { { "recursing-file", &cfg_type_qstring, 0 }, { "random-device", &cfg_type_qstring, 0 }, { "recursive-clients", &cfg_type_uint32, 0 }, + { "reserved-sockets", &cfg_type_uint32, 0 }, { "serial-queries", &cfg_type_uint32, CFG_CLAUSEFLAG_OBSOLETE }, { "serial-query-rate", &cfg_type_uint32, 0 }, { "server-id", &cfg_type_serverid, 0 }, |