summaryrefslogtreecommitdiff
path: root/common/tables.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-01-08 17:21:38 +0000
committerTed Lemon <source@isc.org>2001-01-08 17:21:38 +0000
commit8120ab76d0acbbb0a58a3f98b65cc526ac170c49 (patch)
treee5f0f09cdd1f5d79bbb0127b865a763dfe570dab /common/tables.c
parent42623ef893f1b280cd2f5c3890702237249b1d04 (diff)
downloadisc-dhcp-8120ab76d0acbbb0a58a3f98b65cc526ac170c49.tar.gz
Add fqdn.fqdn suboption.
Diffstat (limited to 'common/tables.c')
-rw-r--r--common/tables.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/tables.c b/common/tables.c
index d2633472..02ff649b 100644
--- a/common/tables.c
+++ b/common/tables.c
@@ -3,7 +3,7 @@
Tables of information... */
/*
- * Copyright (c) 1995-2000 Internet Software Consortium.
+ * Copyright (c) 1995-2001 Internet Software Consortium.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
-"$Id: tables.c,v 1.49 2000/12/29 06:46:23 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n";
+"$Id: tables.c,v 1.50 2001/01/08 17:21:38 mellon Exp $ Copyright (c) 1995-2001 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -625,7 +625,7 @@ struct option fqdn_options [256] = {
{ "rcode2", "B", &fqdn_universe, 5 },
{ "hostname", "t", &fqdn_universe, 6 },
{ "domainname", "t", &fqdn_universe, 7 },
- { "option-8", "X", &fqdn_universe, 8 },
+ { "fqdn", "t", &fqdn_universe, 8 },
{ "option-9", "X", &fqdn_universe, 9 },
{ "option-10", "X", &fqdn_universe, 10 },
{ "option-11", "X", &fqdn_universe, 11 },