]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add vendor and user class tokens
authorTed Lemon <source@isc.org>
Thu, 29 Feb 1996 18:26:58 +0000 (18:26 +0000)
committerTed Lemon <source@isc.org>
Thu, 29 Feb 1996 18:26:58 +0000 (18:26 +0000)
dhctoken.h
includes/dhctoken.h

index ac2639b0bbb56e073db8fc3746be173fd61915f4..9a69f2d21021a82867161b8c4cb5cb4e44dd6da6 100644 (file)
 #define NETMASK                279
 #define DEFAULT_LEASE_TIME 280
 #define MAX_LEASE_TIME 281
+#define VENDOR_CLASS   282
+#define USER_CLASS     283
 
-#define LAST_TOKEN     MAX_LEASE_TIME
+#define LAST_TOKEN     USER_CLASS
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \
                                 (x) <= LAST_TOKEN &&   \
index ac2639b0bbb56e073db8fc3746be173fd61915f4..9a69f2d21021a82867161b8c4cb5cb4e44dd6da6 100644 (file)
 #define NETMASK                279
 #define DEFAULT_LEASE_TIME 280
 #define MAX_LEASE_TIME 281
+#define VENDOR_CLASS   282
+#define USER_CLASS     283
 
-#define LAST_TOKEN     MAX_LEASE_TIME
+#define LAST_TOKEN     USER_CLASS
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \
                                 (x) <= LAST_TOKEN &&   \