From: Ted Lemon Date: Tue, 10 Oct 2000 22:56:53 +0000 (+0000) Subject: Add ENCAPSULATE and VENDOR tokens. X-Git-Tag: V3-BETA-2-PATCH-7~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3b9cca0cc7c73f89b52f4defe83fb5c8450a58e;p=thirdparty%2Fdhcp.git Add ENCAPSULATE and VENDOR tokens. --- diff --git a/includes/dhctoken.h b/includes/dhctoken.h index 7e2cddc3f..f6cdc182b 100644 --- a/includes/dhctoken.h +++ b/includes/dhctoken.h @@ -291,7 +291,9 @@ enum dhcp_token { PAUSED = 587, RECOVER_DONE = 588, SHUTDOWN = 589, - STARTUP = 590 + STARTUP = 590, + ENCAPSULATE = 591, + VENDOR = 592 }; #define is_identifier(x) ((x) >= FIRST_TOKEN && \