summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config.l b/src/config.l
index 447daed..7901faa 100644
--- a/src/config.l
+++ b/src/config.l
@@ -72,6 +72,14 @@ on { UPDATE_LOCATION; return TOK_ON; }
up { UPDATE_LOCATION; return TOK_UP; }
peers { UPDATE_LOCATION; return TOK_PEERS; }
from { UPDATE_LOCATION; return TOK_FROM; }
+log { UPDATE_LOCATION; return TOK_LOG; }
+level { UPDATE_LOCATION; return TOK_LEVEL; }
+fatal { UPDATE_LOCATION; return TOK_FATAL; }
+error { UPDATE_LOCATION; return TOK_ERROR; }
+warn { UPDATE_LOCATION; return TOK_WARN; }
+info { UPDATE_LOCATION; return TOK_INFO; }
+verbose { UPDATE_LOCATION; return TOK_VERBOSE; }
+debug { UPDATE_LOCATION; return TOK_DEBUG; }
[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3} {
UPDATE_LOCATION;