]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
add new tokens; lose LAST_TOKEN
authorTed Lemon <source@isc.org>
Wed, 22 May 1996 07:24:15 +0000 (07:24 +0000)
committerTed Lemon <source@isc.org>
Wed, 22 May 1996 07:24:15 +0000 (07:24 +0000)
dhctoken.h
includes/dhctoken.h

index 917f61d148c8b632d910ea2cdc98abe119557139..37d7f0e3a785dd3a0986e5efa39e8bce55f7cc35 100644 (file)
 #define MAX_LEASE_TIME 281
 #define VENDOR_CLASS   282
 #define USER_CLASS     283
-
-#define LAST_TOKEN     USER_CLASS
+#define SHARED_NETWORK 284
+#define SERVER_NAME    285
+#define DYNAMIC_BOOTP  286
+#define SERVER_IDENTIFIER 287
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \
-                                (x) <= LAST_TOKEN &&   \
                                 (x) != STRING &&       \
                                 (x) != NUMBER)
index 917f61d148c8b632d910ea2cdc98abe119557139..37d7f0e3a785dd3a0986e5efa39e8bce55f7cc35 100644 (file)
 #define MAX_LEASE_TIME 281
 #define VENDOR_CLASS   282
 #define USER_CLASS     283
-
-#define LAST_TOKEN     USER_CLASS
+#define SHARED_NETWORK 284
+#define SERVER_NAME    285
+#define DYNAMIC_BOOTP  286
+#define SERVER_IDENTIFIER 287
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \
-                                (x) <= LAST_TOKEN &&   \
                                 (x) != STRING &&       \
                                 (x) != NUMBER)