From a285e681ea548d7a93e5ea24c828469d15f70ad0 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Thu, 29 Feb 1996 18:26:58 +0000 Subject: Add vendor and user class tokens --- dhctoken.h | 4 +++- includes/dhctoken.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dhctoken.h b/dhctoken.h index ac2639b0..9a69f2d2 100644 --- a/dhctoken.h +++ b/dhctoken.h @@ -72,8 +72,10 @@ #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 && \ diff --git a/includes/dhctoken.h b/includes/dhctoken.h index ac2639b0..9a69f2d2 100644 --- a/includes/dhctoken.h +++ b/includes/dhctoken.h @@ -72,8 +72,10 @@ #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 && \ -- cgit v1.2.1