From: Ted Lemon Date: Thu, 21 Oct 1999 02:35:06 +0000 (+0000) Subject: Add 'declines' server option. X-Git-Tag: BCTEL_SPECIAL_19991124~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e82278cd340b528339c330ecb7d7d1b17075eb1;p=thirdparty%2Fdhcp.git Add 'declines' server option. --- diff --git a/common/tables.c b/common/tables.c index f9098fb38..47eba73f4 100644 --- a/common/tables.c +++ b/common/tables.c @@ -22,7 +22,7 @@ #ifndef lint static char copyright[] = -"$Id: tables.c,v 1.31 1999/10/20 20:55:45 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: tables.c,v 1.32 1999/10/21 02:35:06 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -854,7 +854,7 @@ struct option server_options [256] = { { "lease-file-name", "t", &server_universe, 26 }, { "pid-file-name", "t", &server_universe, 27 }, { "duplicates", "f", &server_universe, 28 }, - { "option-29", "X", &server_universe, 29 }, + { "declines", "f", &server_universe, 29 }, { "option-30", "X", &server_universe, 30 }, { "option-31", "X", &server_universe, 31 }, { "option-32", "X", &server_universe, 32 },