summaryrefslogtreecommitdiffstats
path: root/lib/command_lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command_lex.l')
-rw-r--r--lib/command_lex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command_lex.l b/lib/command_lex.l
index 5a0e76d41..ce09c5bf2 100644
--- a/lib/command_lex.l
+++ b/lib/command_lex.l
@@ -9,7 +9,7 @@ IPV4 A\.B\.C\.D
IPV4_PREFIX A\.B\.C\.D\/M
IPV6 X:X::X:X
IPV6_PREFIX X:X::X:X\/M
-VARIABLE [A-Z][A-Z_]+
+VARIABLE [A-Z][A-Z_:]+
NUMBER [0-9]{1,20}
RANGE \({NUMBER}\-{NUMBER}\)