]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add FDDI token
authorTed Lemon <source@isc.org>
Tue, 22 Dec 1998 22:47:18 +0000 (22:47 +0000)
committerTed Lemon <source@isc.org>
Tue, 22 Dec 1998 22:47:18 +0000 (22:47 +0000)
includes/dhctoken.h

index 88acd16229834cdc1a7a762bbe4df2cba177c9de..f7014b46cec842bc660e7e659bd24f885aabf96b 100644 (file)
 #define HOSTNAME       328
 #define CLIENT_HOSTNAME        329
 #define REJECT         330
+#define FDDI           331
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \
                                 (x) != STRING &&       \