]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add billing-related tokens.
authorTed Lemon <source@isc.org>
Wed, 11 Nov 1998 07:54:48 +0000 (07:54 +0000)
committerTed Lemon <source@isc.org>
Wed, 11 Nov 1998 07:54:48 +0000 (07:54 +0000)
includes/dhctoken.h

index 72ab49805e8ec348fd87e591cc2ce5cb5dc7fa34..8c4d560f9785ea6472721ae099064d8ba25761d9 100644 (file)
@@ -159,6 +159,8 @@ enum dhcp_token {
        MEMBERS = 359,
        OF = 360,
        PSEUDO = 361,
+       LIMIT = 362,
+       BILLING = 363,
 };
 
 #define is_identifier(x)       ((x) >= FIRST_TOKEN &&  \