summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2017-05-11 13:06:16 +0200
committerFrancis Dupont <fdupont@isc.org>2017-05-11 13:06:16 +0200
commit5fa58fdf3b196d557863846828efbf9443d90f50 (patch)
treeb111b771922ec7e127d5c5942e532b06a3b7b99c /includes
parent9b7d458d6464c4c417b4cc0275da4e88355d7f6c (diff)
downloadisc-dhcp-5fa58fdf3b196d557863846828efbf9443d90f50.tar.gz
Added '[' and ']' for MA compatibility
Diffstat (limited to 'includes')
-rw-r--r--includes/dhctoken.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/dhctoken.h b/includes/dhctoken.h
index 15bbd1c8..d73b0758 100644
--- a/includes/dhctoken.h
+++ b/includes/dhctoken.h
@@ -39,6 +39,8 @@ enum dhcp_token {
SLASH = '/',
LBRACE = '{',
RBRACE = '}',
+ LBRACKET = '[',
+ RBRACKET = ']',
LPAREN = '(',
RPAREN = ')',
EQUAL = '=',