aboutsummaryrefslogtreecommitdiff
path: root/lex.l
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-04-29 18:23:35 +0000
committerOmar Polo <op@omarpolo.com>2021-04-29 18:23:35 +0000
commitcc8c2901ad544d336374887451dc8c85a5ae1264 (patch)
tree46f42e9929fd44cf9bf94a9a2b6a81de2f72a517 /lex.l
parent8e8b2e252c37a1e633c33ac923ab78c3f1e8ab31 (diff)
added ``alias'' option to define hostname aliases for a server
Diffstat (limited to 'lex.l')
-rw-r--r--lex.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/lex.l b/lex.l
index e4b5e6d..1aa87f2 100644
--- a/lex.l
+++ b/lex.l
@@ -51,6 +51,7 @@
off yylval.num = 0; return TBOOL;
on yylval.num = 1; return TBOOL;
+alias return TALIAS;
auto return TAUTO;
block return TBLOCK;
ca return TCA;