]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Added '[' and ']' for MA compatibility
authorFrancis Dupont <fdupont@isc.org>
Thu, 11 May 2017 11:06:16 +0000 (13:06 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 11 May 2017 11:06:16 +0000 (13:06 +0200)
includes/dhctoken.h

index 15bbd1c88a32e5ff9309aac08999735d4f743192..d73b07588bd900945e977a16dc5cf4f99f9414cc 100644 (file)
@@ -39,6 +39,8 @@ enum dhcp_token {
        SLASH = '/',
        LBRACE = '{',
        RBRACE = '}',
+       LBRACKET = '[',
+       RBRACKET = ']',
        LPAREN = '(',
        RPAREN = ')',
        EQUAL = '=',