summaryrefslogtreecommitdiff
path: root/common/tables.c
diff options
context:
space:
mode:
authorShane Kerr <shane@isc.org>2006-07-25 13:26:00 +0000
committerShane Kerr <shane@isc.org>2006-07-25 13:26:00 +0000
commit6d103865fbb24323051749eccc1d2ee39015673d (patch)
tree47f34e111f5d8c933f35a95661ec5cad3032d0e9 /common/tables.c
parent272ef1bca021d5190c512f674a5f66bfdeffc30e (diff)
downloadisc-dhcp-6d103865fbb24323051749eccc1d2ee39015673d.tar.gz
Merged rt12324, DHCPLEASEQUERY.
Diffstat (limited to 'common/tables.c')
-rw-r--r--common/tables.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/tables.c b/common/tables.c
index eefad58f..030f8dd7 100644
--- a/common/tables.c
+++ b/common/tables.c
@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
-"$Id: tables.c,v 1.56 2006/07/22 02:24:16 dhankins Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
+"$Id: tables.c,v 1.57 2006/07/25 13:25:59 shane Exp $ Copyright (c) 2004-2006 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -184,6 +184,8 @@ static struct option dhcp_options[] = {
{ "nds-servers", "IA", &dhcp_universe, 85, 1 },
{ "nds-tree-name", "t", &dhcp_universe, 86, 1 },
{ "nds-context", "t", &dhcp_universe, 87, 1 },
+ { "client-last-transaction-time", "L", &dhcp_universe, 91, 1 },
+ { "associated-ip", "Ia", &dhcp_universe, 92, 1 },
{ "uap-servers", "t", &dhcp_universe, 98, 1 },
{ "subnet-selection", "I", &dhcp_universe, 118, 1 },
{ "domain-search", "D", &dhcp_universe, 119, 1 },