1032. [func] hostname.bind/txt/chaos now returns the name of

the machine hosting the nameserver.  This is useful
                        in diagnosing problems with anycast servers.
This commit is contained in:
Mark Andrews
2001-10-08 07:46:11 +00:00
parent f3fcde886c
commit df7596a03e
8 changed files with 137 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: parser.c,v 1.77 2001/09/08 00:21:40 gson Exp $ */
/* $Id: parser.c,v 1.78 2001/10/08 07:46:04 marka Exp $ */
#include <config.h>
@@ -819,6 +819,7 @@ options_clauses[] = {
{ "has-old-clients", &cfg_type_boolean, CFG_CLAUSEFLAG_OBSOLETE },
{ "heartbeat-interval", &cfg_type_uint32, 0 },
{ "host-statistics", &cfg_type_boolean, CFG_CLAUSEFLAG_NOTIMP },
{ "hostname", &cfg_type_qstring, 0 },
{ "interface-interval", &cfg_type_uint32, 0 },
{ "listen-on", &cfg_type_listenon, CFG_CLAUSEFLAG_MULTI },
{ "listen-on-v6", &cfg_type_listenon, CFG_CLAUSEFLAG_MULTI },