]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add ENCAPSULATE and VENDOR tokens.
authorTed Lemon <source@isc.org>
Tue, 10 Oct 2000 22:56:53 +0000 (22:56 +0000)
committerTed Lemon <source@isc.org>
Tue, 10 Oct 2000 22:56:53 +0000 (22:56 +0000)
includes/dhctoken.h

index 7e2cddc3f37f85a30fbc590fe387816ce6d2408b..f6cdc182b2d39250562181c648eb02250f772b81 100644 (file)
@@ -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 &&  \