From: Ted Lemon Date: Thu, 6 Mar 1997 19:27:57 +0000 (+0000) Subject: Add abandoned keyword X-Git-Tag: DHCP-970328~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4fb257d709c326b326674ebe7b782d1aba51436;p=thirdparty%2Fdhcp.git Add abandoned keyword --- diff --git a/common/conflex.c b/common/conflex.c index fbf0d8282..d34897dfc 100644 --- a/common/conflex.c +++ b/common/conflex.c @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"$Id: conflex.c,v 1.23 1997/03/05 06:33:36 mellon Exp $ Copyright (c) 1995, 1996, 1997 The Internet Software Consortium. All rights reserved.\n"; +"$Id: conflex.c,v 1.24 1997/03/06 19:27:57 mellon Exp $ Copyright (c) 1995, 1996, 1997 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -357,6 +357,8 @@ static int intern (atom, dfv) return ALLOW; if (!strcasecmp (atom + 1, "lias")) return ALIAS; + if (!strcasecmp (atom + 1, "bandoned")) + return ABANDONED; break; case 'b': if (!strcasecmp (atom + 1, "ootp"))