From: Ted Lemon Date: Thu, 11 Jan 2001 23:17:16 +0000 (+0000) Subject: Add update-optimization keyword. X-Git-Tag: V3-BETA-2-PATCH-12~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=948274cfe71b1fb709018a2b4b7ed892b49e5547;p=thirdparty%2Fdhcp.git Add update-optimization keyword. --- diff --git a/server/stables.c b/server/stables.c index ebcc6fd1c..c56e4cdf6 100644 --- a/server/stables.c +++ b/server/stables.c @@ -43,7 +43,7 @@ #ifndef lint static char copyright[] = -"$Id: stables.c,v 1.22 2001/01/08 08:24:56 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; +"$Id: stables.c,v 1.23 2001/01/11 23:17:16 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -486,7 +486,7 @@ struct option server_options [256] = { { "ddns-ttl", "T", &server_universe, 38 }, { "ddns-update-style", "Nddns-styles.", &server_universe, 39 }, { "client-updates", "f", &server_universe, 40 }, - { "option-41", "X", &server_universe, 41 }, + { "update-optimization", "f", &server_universe, 41 }, { "option-42", "X", &server_universe, 42 }, { "option-43", "X", &server_universe, 43 }, { "option-44", "X", &server_universe, 44 },