]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add fddi keyword.
authorTed Lemon <source@isc.org>
Tue, 22 Dec 1998 22:39:58 +0000 (22:39 +0000)
committerTed Lemon <source@isc.org>
Tue, 22 Dec 1998 22:39:58 +0000 (22:39 +0000)
common/conflex.c

index eedfa054b662f10c1ee36c29caaf4ec621d011b0..ebb09885548c4bde1a91a1d1423aaa8f263650a1 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: conflex.c,v 1.29 1997/10/29 18:32:53 mellon Exp $ Copyright (c) 1995, 1996, 1997 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: conflex.c,v 1.29.2.1 1998/12/22 22:39:58 mellon Exp $ Copyright (c) 1995, 1996, 1997 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -417,6 +417,8 @@ static int intern (atom, dfv)
                        return FILENAME;
                if (!strcasecmp (atom + 1, "ixed-address"))
                        return FIXED_ADDR;
+               if (!strcasecmp (atom + 1, "ddi"))
+                       return FDDI;
                break;
              case 'g':
                if (!strcasecmp (atom + 1, "iaddr"))