summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.l b/src/config.l
index 1ff90c8..1837185 100644
--- a/src/config.l
+++ b/src/config.l
@@ -107,6 +107,10 @@ drop { TOKEN(TOK_DROP); }
capabilities { TOKEN(TOK_CAPABILITIES); }
early { TOKEN(TOK_EARLY); }
limit { TOKEN(TOK_LIMIT); }
+hide { TOKEN(TOK_HIDE); }
+ip { TOKEN(TOK_IP); }
+mac { TOKEN(TOK_MAC); }
+addresses { TOKEN(TOK_ADDRESSES); }
[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3} {
UPDATE_LOCATION;