summaryrefslogtreecommitdiffstats
path: root/src/lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lex.c')
-rw-r--r--src/lex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lex.c b/src/lex.c
index 1fe927c..f8e5c22 100644
--- a/src/lex.c
+++ b/src/lex.c
@@ -100,6 +100,7 @@ static const keyword_t keywords[] = {
{ "method", TOK_METHOD },
{ "mode", TOK_MODE },
{ "mtu", TOK_MTU },
+ { "multitap", TOK_MULTITAP },
{ "no", TOK_NO },
{ "on", TOK_ON },
{ "packet", TOK_PACKET },