]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add load, balance, token_max, seconds and address tokens.
authorTed Lemon <source@isc.org>
Mon, 1 May 2000 23:41:46 +0000 (23:41 +0000)
committerTed Lemon <source@isc.org>
Mon, 1 May 2000 23:41:46 +0000 (23:41 +0000)
includes/dhctoken.h

index bdfed8e0e8579c542594892e85d80b9df3388981..01cc6762377eba1ee15c9ec73200ab3c6475aa7d 100644 (file)
@@ -258,7 +258,12 @@ enum dhcp_token {
        ZONE = 456,
        KEY = 457,
        SECRET = 458,
-       ALGORITHM = 459
+       ALGORITHM = 459,
+       LOAD = 460,
+       BALANCE = 461,
+       TOKEN_MAX = 462,
+       SECONDS = 463,
+       ADDRESS = 464
 };
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \