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 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 },