summaryrefslogtreecommitdiffstats
path: root/src/lex.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-03-22 23:34:28 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-03-23 07:21:19 +0100
commit03f613d4088f5cc03fcc8a64acc7bf8ba1eae8e3 (patch)
tree38da47231e15dd57e0a3d6530c0f61cdf9507d52 /src/lex.c
parent5f66dbf5d1c26851e0a47269abbc44fe3524e4e2 (diff)
downloadfastd-03f613d4088f5cc03fcc8a64acc7bf8ba1eae8e3.tar
fastd-03f613d4088f5cc03fcc8a64acc7bf8ba1eae8e3.zip
Make iface_persist configurable
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 f8e5c22..a11bc0a 100644
--- a/src/lex.c
+++ b/src/lex.c
@@ -106,6 +106,7 @@ static const keyword_t keywords[] = {
{ "packet", TOK_PACKET },
{ "peer", TOK_PEER },
{ "peers", TOK_PEERS },
+ { "persist", TOK_PERSIST },
{ "pmtu", TOK_PMTU },
{ "port", TOK_PORT },
{ "post-down", TOK_POST_DOWN },