]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add new tokens
authorTed Lemon <source@isc.org>
Thu, 31 Aug 2000 15:47:40 +0000 (15:47 +0000)
committerTed Lemon <source@isc.org>
Thu, 31 Aug 2000 15:47:40 +0000 (15:47 +0000)
includes/dhctoken.h

index bb0a2f8042a07158ccb54e4307f6547293554088..7e2cddc3f37f85a30fbc590fe387816ce6d2408b 100644 (file)
@@ -287,7 +287,11 @@ enum dhcp_token {
        ERROR = 583,
        TOKEN_DEBUG = 584,
        INFO = 585,
-       RETURN = 586
+       RETURN = 586,
+       PAUSED = 587,
+       RECOVER_DONE = 588,
+       SHUTDOWN = 589,
+       STARTUP = 590
 };
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \