]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add new tokens from 2.0 and for failover parsing.
authorTed Lemon <source@isc.org>
Sun, 14 Feb 1999 19:00:12 +0000 (19:00 +0000)
committerTed Lemon <source@isc.org>
Sun, 14 Feb 1999 19:00:12 +0000 (19:00 +0000)
includes/dhctoken.h

index 8c4d560f9785ea6472721ae099064d8ba25761d9..76e1e5379985f534c629d69aea8e44c3da2844ab 100644 (file)
@@ -3,8 +3,8 @@
    Tokens for config file lexer and parser. */
 
 /*
- * Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.
- * All rights reserved.
+ * Copyright (c) 1995, 1996, 1997, 1998, 1999
+ * The Internet Software Consortium.   All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -161,6 +161,24 @@ enum dhcp_token {
        PSEUDO = 361,
        LIMIT = 362,
        BILLING = 363,
+       PEER = 364,
+       FAILOVER = 365,
+       MY = 366,
+       PARTNER = 367,
+       PRIMARY = 368,
+       SECONDARY = 369,
+       IDENTIFIER = 370,
+       PORT = 371,
+       MAX_TRANSMIT_IDLE = 372,
+       MAX_RESPONSE_DELAY = 373,
+       PARTNER_DOWN = 374,
+       NORMAL = 375,
+       COMMUNICATIONS_INTERRUPTED = 376,
+       POTENTIAL_CONFLICT = 377,
+       RECOVER = 378,
+       FDDI = 331,
+       AUTHORITATIVE = 333,
+       TOKEN_NOT = 334,
 };
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \