summaryrefslogtreecommitdiff
path: root/includes/dhctoken.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/dhctoken.h')
-rw-r--r--includes/dhctoken.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/dhctoken.h b/includes/dhctoken.h
index 29d0672a..5baea1c4 100644
--- a/includes/dhctoken.h
+++ b/includes/dhctoken.h
@@ -343,7 +343,8 @@ enum dhcp_token {
EN = 646,
LL = 647,
RANGE6 = 648,
- WHITESPACE = 649
+ WHITESPACE = 649,
+ TOKEN_ALSO = 650
};
#define is_identifier(x) ((x) >= FIRST_TOKEN && \