summaryrefslogtreecommitdiffstats
path: root/src/lex.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-03-23 05:02:36 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-03-23 05:02:36 +0100
commit2c6147d4d47e68301e13545fc0a95bd3a16f0e30 (patch)
tree6f0d98631ac7c8034b59a60eb92deca53a4547a7 /src/lex.c
parent3371cf38ac3fad7c2d446400a772b25992ee8c82 (diff)
downloadfastd-2c6147d4d47e68301e13545fc0a95bd3a16f0e30.tar
fastd-2c6147d4d47e68301e13545fc0a95bd3a16f0e30.zip
Add multitap mode
This new mode of operation uses one TAP interface per peer.
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 },