summaryrefslogtreecommitdiff
path: root/includes/dhctoken.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/dhctoken.h')
-rw-r--r--includes/dhctoken.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/dhctoken.h b/includes/dhctoken.h
index 6358726f..e9675147 100644
--- a/includes/dhctoken.h
+++ b/includes/dhctoken.h
@@ -39,6 +39,8 @@ enum dhcp_token {
SLASH = '/',
LBRACE = '{',
RBRACE = '}',
+ LBRACKET = '[',
+ RBRACKET = ']',
LPAREN = '(',
RPAREN = ')',
EQUAL = '=',