]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add new tokens
authorTed Lemon <source@isc.org>
Tue, 5 Dec 2000 07:18:58 +0000 (07:18 +0000)
committerTed Lemon <source@isc.org>
Tue, 5 Dec 2000 07:18:58 +0000 (07:18 +0000)
includes/dhctoken.h

index 95430dc4501de8aa59c3772b34ba07c3cbab1456..f48622e6a35768d97606f9e30977e8ee6cf56a64 100644 (file)
@@ -297,11 +297,11 @@ enum dhcp_token {
        CLIENT_STATE = 593,
        INIT_REBOOT = 594,
        TOKEN_INIT = 595,
-       SELECTING = 596,
-       REQUESTING = 597,
-       BOUND = 598,
-       RENEWING = 599,
-       REBINDING
+       SELECT = 596,
+       BOUND = 597,
+       RENEWING = 598,
+       REBINDING = 599,
+       RECONTACT_INTERVAL = 600,
 };
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \