summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.l b/src/config.l
index c9f25d8..dee1d39 100644
--- a/src/config.l
+++ b/src/config.l
@@ -90,8 +90,10 @@ any { TOKEN(TOK_ANY); }
tap { TOKEN(TOK_TAP); }
tun { TOKEN(TOK_TUN); }
on { TOKEN(TOK_ON); }
+pre-up { TOKEN(TOK_PRE_UP); }
up { TOKEN(TOK_UP); }
down { TOKEN(TOK_DOWN); }
+post-down { TOKEN(TOK_POST_DOWN); }
establish { TOKEN(TOK_ESTABLISH); }
disestablish { TOKEN(TOK_DISESTABLISH); }
verify { TOKEN(TOK_VERIFY); }