#ifndef lint
static char copyright[] =
-"$Id: conflex.c,v 1.46 1999/07/01 18:40:47 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: conflex.c,v 1.47 1999/07/06 16:49:59 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
return ARRAY;
break;
case 'b':
+ if (!strcasecmp (atom + 1, "inary-to-ascii"))
+ return BINARY_TO_ASCII;
if (!strcasecmp (atom + 1, "ackoff-cutoff"))
return BACKOFF_CUTOFF;
if (!strcasecmp (atom + 1, "ootp"))
case 'l':
if (!strcasecmp (atom + 1, "ease"))
return LEASE;
+ if (!strcasecmp (atom + 1, "eased-address"))
+ return LEASED_ADDRESS;
if (!strcasecmp (atom + 1, "imit"))
return LIMIT;
break;
return REBOOT;
if (!strcasecmp (atom + 1, "eject"))
return REJECT;
+ if (!strcasecmp (atom + 1, "everse"))
+ return REVERSE;
break;
case 's':
if (!strcasecmp (atom + 1, "igned"))