]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
add array, boolean, code, integer, ip-address,signed, string, text, unsigned.
authorTed Lemon <source@isc.org>
Thu, 25 Mar 1999 22:03:07 +0000 (22:03 +0000)
committerTed Lemon <source@isc.org>
Thu, 25 Mar 1999 22:03:07 +0000 (22:03 +0000)
includes/dhctoken.h

index 05cb9f5171d590ab8f548fe0b31d9e81decf4e3e..e5501dc7e579dce0c6e18b46799dc3b4e7bcb9e6 100644 (file)
@@ -165,6 +165,15 @@ enum dhcp_token {
        ACCEPT = 385,
        PREFER = 386,
        DONT = 387,
+       CODE = 388,
+       ARRAY = 389,
+       BOOLEAN = 390,
+       INTEGER = 391,
+       SIGNED = 392,
+       UNSIGNED = 393,
+       IP_ADDRESS = 394,
+       TEXT = 395,
+       STRING_TOKEN = 396,
 };
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \