From: Ted Lemon Date: Mon, 8 Jan 2001 17:21:38 +0000 (+0000) Subject: Add fqdn.fqdn suboption. X-Git-Tag: V3-BETA-2-PATCH-12~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8120ab76d0acbbb0a58a3f98b65cc526ac170c49;p=thirdparty%2Fdhcp.git Add fqdn.fqdn suboption. --- diff --git a/common/tables.c b/common/tables.c index d26334720..02ff649bc 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 },