]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add new tokens.
authorTed Lemon <source@isc.org>
Wed, 2 May 2001 06:53:49 +0000 (06:53 +0000)
committerTed Lemon <source@isc.org>
Wed, 2 May 2001 06:53:49 +0000 (06:53 +0000)
includes/dhctoken.h

index bc3736e54340fb5bae6eed9b52c11adb2b466cc7..dd3aef4652f7d976d51e98e111b5fcc089bf2247 100644 (file)
@@ -310,7 +310,9 @@ enum dhcp_token {
        TOKEN_OPEN = 605,
        TOKEN_HELP = 606,
        END_OF_FILE = 607,
-       RECOVER_WAIT = 608
+       RECOVER_WAIT = 608,
+       SERVER = 609,
+       CONNECT = 610
 };
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \