]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add abandoned keyword
authorTed Lemon <source@isc.org>
Thu, 6 Mar 1997 19:27:57 +0000 (19:27 +0000)
committerTed Lemon <source@isc.org>
Thu, 6 Mar 1997 19:27:57 +0000 (19:27 +0000)
common/conflex.c

index fbf0d82828e96d0f01820d6ce600bb03d3d96669..d34897dfc0fcd0badf00908abf83c5f0df7991d2 100644 (file)
@@ -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"))