]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add CLIENT_STATE token.
authorTed Lemon <source@isc.org>
Tue, 28 Nov 2000 23:30:17 +0000 (23:30 +0000)
committerTed Lemon <source@isc.org>
Tue, 28 Nov 2000 23:30:17 +0000 (23:30 +0000)
includes/dhctoken.h

index f6cdc182b2d39250562181c648eb02250f772b81..95430dc4501de8aa59c3772b34ba07c3cbab1456 100644 (file)
@@ -293,7 +293,15 @@ enum dhcp_token {
        SHUTDOWN = 589,
        STARTUP = 590,
        ENCAPSULATE = 591,
-       VENDOR = 592
+       VENDOR = 592,
+       CLIENT_STATE = 593,
+       INIT_REBOOT = 594,
+       TOKEN_INIT = 595,
+       SELECTING = 596,
+       REQUESTING = 597,
+       BOUND = 598,
+       RENEWING = 599,
+       REBINDING
 };
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \