diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2008-09-01 22:54:49 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2008-09-01 22:54:49 +0000 |
| commit | ac9a011f43b8b002871343d24dad700147836450 (patch) | |
| tree | 76dd11ff82e0b16f834088d4e670d19e3c291dfe /contrib/bind9/lib/isccfg | |
| parent | 1b34d5982bbdfe720e2df9b4f0c75fd489077444 (diff) | |
| parent | ca732c8b83a6bb3115b1bebf77d19d83b2cf0dc9 (diff) | |
Notes
Diffstat (limited to 'contrib/bind9/lib/isccfg')
| -rw-r--r-- | contrib/bind9/lib/isccfg/api | 2 | ||||
| -rw-r--r-- | contrib/bind9/lib/isccfg/namedconf.c | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/contrib/bind9/lib/isccfg/api b/contrib/bind9/lib/isccfg/api index aba393a7ba90..d94beab3e3f9 100644 --- a/contrib/bind9/lib/isccfg/api +++ b/contrib/bind9/lib/isccfg/api @@ -1,3 +1,3 @@ LIBINTERFACE = 30 -LIBREVISION = 3 +LIBREVISION = 4 LIBAGE = 0 diff --git a/contrib/bind9/lib/isccfg/namedconf.c b/contrib/bind9/lib/isccfg/namedconf.c index 65e30a2f3732..b04b3abde7a2 100644 --- a/contrib/bind9/lib/isccfg/namedconf.c +++ b/contrib/bind9/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 }, |
