From: Ted Lemon Date: Sun, 14 Feb 1999 19:00:12 +0000 (+0000) Subject: Add new tokens from 2.0 and for failover parsing. X-Git-Tag: V3-ALPHA-19990315~74 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c66b869e94b4e0c3be1564202fdf4260ff33953b;p=thirdparty%2Fdhcp.git Add new tokens from 2.0 and for failover parsing. --- diff --git a/includes/dhctoken.h b/includes/dhctoken.h index 8c4d560f9..76e1e5379 100644 --- a/includes/dhctoken.h +++ b/includes/dhctoken.h @@ -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 && \