Index: lib/isccfg/namedconf.c =================================================================== RCS file: /proj/cvs/prod/bind9/lib/isccfg/namedconf.c,v retrieving revision 1.113.4.2 retrieving revision 1.113.4.3 diff -u -r1.113.4.2 -r1.113.4.3 --- lib/isccfg/namedconf.c 13 May 2010 23:49:11 -0000 1.113.4.2 +++ lib/isccfg/namedconf.c 21 May 2010 14:13:48 -0000 1.113.4.3 @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: namedconf.c,v 1.113.4.2 2010/05/13 23:49:11 tbox Exp $ */ +/* $Id: namedconf.c,v 1.113.4.3 2010/05/21 14:13:48 marka Exp $ */ /*! \file */ @@ -847,6 +847,7 @@ { "interface-interval", &cfg_type_uint32, 0 }, { "listen-on", &cfg_type_listenon, CFG_CLAUSEFLAG_MULTI }, { "listen-on-v6", &cfg_type_listenon, CFG_CLAUSEFLAG_MULTI }, + { "managed-keys-directory", &cfg_type_qstring, 0 }, { "match-mapped-addresses", &cfg_type_boolean, 0 }, { "memstatistics-file", &cfg_type_qstring, 0 }, { "memstatistics", &cfg_type_boolean, 0 },