summaryrefslogtreecommitdiff
path: root/common/tables.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-02-14 19:04:05 +0000
committerTed Lemon <source@isc.org>1999-02-14 19:04:05 +0000
commitd2bc90bd806d7c8d455b6d4767201079c841e359 (patch)
tree3f9789c41a05a4f125340b267af739d5474e2fe6 /common/tables.c
parent4b447dc7cdb174712fd5a514ecdbb6862ad59907 (diff)
downloadisc-dhcp-d2bc90bd806d7c8d455b6d4767201079c841e359.tar.gz
Pull up recent 2.0 changes.
Diffstat (limited to 'common/tables.c')
-rw-r--r--common/tables.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/common/tables.c b/common/tables.c
index 8fef1414..841dbb21 100644
--- a/common/tables.c
+++ b/common/tables.c
@@ -3,7 +3,7 @@
Tables of information... */
/*
- * Copyright (c) 1995, 1996, 1998 The Internet Software Consortium.
+ * Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -42,7 +42,7 @@
#ifndef lint
static char copyright[] =
-"$Id: tables.c,v 1.17 1998/11/05 18:44:41 mellon Exp $ Copyright (c) 1995, 1996, 1998 The Internet Software Consortium. All rights reserved.\n";
+"$Id: tables.c,v 1.18 1999/02/14 18:56:37 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -78,7 +78,7 @@ struct option dhcp_options [256] = {
{ "lpr-servers", "IA", &dhcp_universe, 9 },
{ "impress-servers", "IA", &dhcp_universe, 10 },
{ "resource-location-servers", "IA", &dhcp_universe, 11 },
- { "host-name", "t", &dhcp_universe, 12 },
+ { "host-name", "X", &dhcp_universe, 12 },
{ "boot-size", "S", &dhcp_universe, 13 },
{ "merit-dump", "t", &dhcp_universe, 14 },
{ "domain-name", "t", &dhcp_universe, 15 },
@@ -333,7 +333,7 @@ char *hardware_types [] = {
"unknown-5",
"token-ring",
"unknown-7",
- "unknown-8",
+ "fddi",
"unknown-9",
"unknown-10",
"unknown-11",
@@ -862,7 +862,7 @@ struct option server_options [256] = {
{ "filename", "t", &server_universe, 15 },
{ "server-name", "t", &server_universe, 16 },
{ "next-server", "I", &server_universe, 17 },
- { "option-18", "X", &server_universe, 18 },
+ { "authoritative", "f", &server_universe, 18 },
{ "option-19", "X", &server_universe, 19 },
{ "option-20", "X", &server_universe, 20 },
{ "option-21", "X", &server_universe, 21 },