summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-08-28 01:40:28 +0000
committerTed Lemon <source@isc.org>1996-08-28 01:40:28 +0000
commit575dff37f5a71ccff4bb2ac844b3b71091527b1e (patch)
tree52b097c24ba78bc2f49c0d4d0334889f51f0d46a
parentf4f2f24fb5046e4a592c479f797fceb13330ce78 (diff)
downloadisc-dhcp-575dff37f5a71ccff4bb2ac844b3b71091527b1e.tar.gz
Put hostname in default reply list
-rw-r--r--common/tables.c3
-rw-r--r--tables.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/common/tables.c b/common/tables.c
index 4b55a8d4..af5e0faf 100644
--- a/common/tables.c
+++ b/common/tables.c
@@ -42,7 +42,7 @@
#ifndef lint
static char copyright[] =
-"$Id: tables.c,v 1.8 1996/08/27 09:55:25 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: tables.c,v 1.9 1996/08/28 01:40:28 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -340,6 +340,7 @@ unsigned char dhcp_option_default_priority_list [] = {
DHO_TIME_SERVERS,
DHO_NAME_SERVERS,
DHO_DOMAIN_NAME_SERVERS,
+ DHO_HOST_NAME,
DHO_LOG_SERVERS,
DHO_COOKIE_SERVERS,
DHO_LPR_SERVERS,
diff --git a/tables.c b/tables.c
index 4b55a8d4..af5e0faf 100644
--- a/tables.c
+++ b/tables.c
@@ -42,7 +42,7 @@
#ifndef lint
static char copyright[] =
-"$Id: tables.c,v 1.8 1996/08/27 09:55:25 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
+"$Id: tables.c,v 1.9 1996/08/28 01:40:28 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -340,6 +340,7 @@ unsigned char dhcp_option_default_priority_list [] = {
DHO_TIME_SERVERS,
DHO_NAME_SERVERS,
DHO_DOMAIN_NAME_SERVERS,
+ DHO_HOST_NAME,
DHO_LOG_SERVERS,
DHO_COOKIE_SERVERS,
DHO_LPR_SERVERS,